We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b8335 commit 3b8fb0bCopy full SHA for 3b8fb0b
1 file changed
gradle/toml/build.toml
@@ -3,15 +3,15 @@ isPreview = "false" # true
3
4
# https://developer.android.com/studio/releases/build-tools.html#notes
5
buildTools = "36.0.0"
6
-buildToolsPreview = "36.0.0"
+buildToolsPreview = "36.1.0-rc1"
7
8
minSdk = "21"
9
minSdkFirebase = "23"
10
11
compileSdk = "36"
12
compileSdkPreview = "CANARY"
13
14
-compileSdkExtension = "17" # 36-ext17 (Android 16 Beta 3)
+compileSdkExtension = "19" # 36-ext19 (Android 16 QPR2 Beta 1)
15
16
targetSdk = "36"
17
targetSdkPreview = "CANARY"
0 commit comments