Skip to content

Commit dcf12da

Browse files
author
he.jin
committed
Chore: Update dependencies
Signed-off-by: he.jin <he.jin@sbitech.com>
1 parent 22b2c67 commit dcf12da

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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#com.android.tools.build:gradle
77
androidGradlePlugin = "8.13.0-rc01"
88
androidGradlePlugin-beta = "8.13.0-rc01"
9-
androidGradlePlugin-canary = "9.0.0-alpha01"
9+
androidGradlePlugin-canary = "9.0.0-alpha02"
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ minSdkFirebase = "23"
1010

1111
compileSdk = "36"
1212
compileSdkPreview = "CANARY"
13+
# compileSdkPreview = "Baklava" # (Android 16 QPR2 Beta 1)
1314

14-
compileSdkExtension = "19" # 36-ext19 (Android 16 QPR2 Beta 1)
15+
compileSdkExtension = "19" # 36-ext19 (Android 16 QPR1 Beta 3.1)
1516

1617
targetSdk = "36"
1718
targetSdkPreview = "CANARY"
19+
# targetSdkPreview = "Baklava" # (Android 16 QPR2 Beta 1)
1820

1921
# https://github.com/android/ndk/releases
2022
ndk = "29.0.13846066" # Beta 3, but RC 3 in Android SDK Manager

0 commit comments

Comments
 (0)