Skip to content

Commit b81ab37

Browse files
committed
Chore: Update dependencies
Signed-off-by: imknown <imknown@qq.com>
1 parent 0bba2f8 commit b81ab37

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: sdkmanager --install "cmake;4.1.2"
2929
- name: Install Android SDK NDK
3030
# https://github.com/android/ndk/releases
31-
run: sdkmanager --install "ndk;29.0.14206865"
31+
run: sdkmanager --install "ndk;30.0.14904198"
3232
# endregion [Android SDK]
3333

3434
# region [Gradle]

gradle/toml/android.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# https://maven.google.com/web/index.html?q=com.android.tools.build
77
androidGradlePlugin = "9.1.0"
88
androidGradlePlugin-beta = "9.1.0"
9-
androidGradlePlugin-canary = "9.2.0-alpha05"
9+
androidGradlePlugin-canary = "9.2.0-alpha06"
1010

1111
# https://developer.android.com/studio/write/java8-support#library-desugaring
1212
# https://maven.google.com/web/index.html?q=desugar_jdk_libs

gradle/toml/build.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,22 @@
22
isPreview = "false" # true
33

44
# https://developer.android.com/studio/releases/build-tools.html#notes
5-
buildTools = "36.1.0"
6-
buildToolsPreview = "37.0.0-rc2"
5+
buildTools = "37.0.0"
6+
buildToolsPreview = "37.0.0"
77

88
minSdk = "23"
99

10-
compileSdk = "36"
11-
compileSdkMinor = "1"
12-
compileSdkPreview = "CinnamonBun"
10+
compileSdk = "37"
11+
compileSdkMinor = "0"
1312
# compileSdkPreview = "CANARY"
1413

15-
compileSdkExtension = "20" # 36.1-ext20
14+
compileSdkExtension = "22" # 37.0-ext22
1615

17-
targetSdk = "36"
18-
targetSdkPreview = "CinnamonBun"
16+
targetSdk = "37"
1917
# targetSdkPreview = "CANARY"
2018

2119
# https://github.com/android/ndk/releases
22-
ndk = "29.0.14206865"
20+
ndk = "30.0.14904198"
2321
# https://cmake.org/cmake/help/latest/release/index.html
2422
cmake = "4.1.2"
2523

0 commit comments

Comments
 (0)