Skip to content

Commit

Permalink
Merge pull request #3560 from MerginMaps/upgrade-android-sdk
Browse files Browse the repository at this point in the history
Upgrade Android target SDK 34
  • Loading branch information
tomasMizera authored Aug 9, 2024
2 parents 15b66cf + 08f50e6 commit 10a281e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
NDK_VERSION: r25
NDK_VERSION_FULL: r25b
JDK_VERSION: 11
SDK_PLATFORM: android-33
SDK_BUILD_TOOLS: 33.0.1
SDK_PLATFORM: android-34
SDK_BUILD_TOOLS: 34.0.0
INPUT_SDK_VERSION_ARM: arm-android-20240517-224
INPUT_SDK_VERSION_ARM64: arm64-android-20240517-224
CCACHE_DIR: /Users/runner/work/ccache
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 "33")
set(INPUT_ANDROID_TARGET_SDK_VERSION "34")
set(INPUT_ANDROID_MIN_SDK_VERSION "${ANDROIDAPI}")
set(INPUT_ANDROID_NDK_PATH "$ENV{ANDROID_NDK_ROOT}")
if (NOT INPUT_ANDROID_NDK_PATH)
Expand Down

0 comments on commit 10a281e

Please sign in to comment.