File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# https://maven.google.com/web/index.html#com.android.tools.build:gradle
77androidGradlePlugin = " 8.13.0-rc01"
88androidGradlePlugin-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
Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ minSdkFirebase = "23"
1010
1111compileSdk = " 36"
1212compileSdkPreview = " 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
1617targetSdk = " 36"
1718targetSdkPreview = " CANARY"
19+ # targetSdkPreview = "Baklava" # (Android 16 QPR2 Beta 1)
1820
1921# https://github.com/android/ndk/releases
2022ndk = " 29.0.13846066" # Beta 3, but RC 3 in Android SDK Manager
You can’t perform that action at this time.
0 commit comments