File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 66# https://maven.google.com/web/index.html?q=com.android.tools.build
77androidGradlePlugin = " 9.1.0"
88androidGradlePlugin-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
Original file line number Diff line number Diff line change 22isPreview = " 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
88minSdk = " 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
2422cmake = " 4.1.2"
2523
You can’t perform that action at this time.
0 commit comments