Skip to content

Commit

Permalink
set Android target SDK to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed Aug 24, 2023
1 parent 9941186 commit 9a52ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
NDK_VERSION: r25
NDK_VERSION_FULL: r25b
JDK_VERSION: 11
SDK_PLATFORM: android-31
SDK_PLATFORM: android-33
SDK_BUILD_TOOLS: 33.0.1
INPUT_SDK_VERSION_ARM: arm-android-20230809-193
INPUT_SDK_VERSION_ARM64: arm64-android-20230809-193
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (DEFINED ENV{INPUT_SDK_ANDROID_BASE})
set(ANDROID_STL "c++_shared")

# Target/Minimum API levels for Android, used as Input target properties
set(INPUT_ANDROID_TARGET_SDK_VERSION "31")
set(INPUT_ANDROID_TARGET_SDK_VERSION "33")
set(INPUT_ANDROID_MIN_SDK_VERSION "${ANDROIDAPI}")
endif ()

Expand Down

1 comment on commit 9a52ea1

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 23.08.451211 just submitted!

Please sign in to comment.