We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab18f09 commit 27caa9fCopy full SHA for 27caa9f
android/build.gradle
@@ -1,7 +1,7 @@
1
def DEFAULT_MIN_SDK_VERSION = 16
2
-def DEFAULT_COMPILE_SDK_VERSION = 33
3
-def DEFAULT_BUILD_TOOLS_VERSION = "33.0.0"
4
-def DEFAULT_TARGET_SDK_VERSION = 33
+def DEFAULT_COMPILE_SDK_VERSION = 34
+def DEFAULT_BUILD_TOOLS_VERSION = "34.0.0"
+def DEFAULT_TARGET_SDK_VERSION = 34
5
def DEFAULT_BATCH_SDK_VERSION = "1.21.+"
6
7
def safeExtGet(prop, fallback) {
@@ -17,7 +17,7 @@ buildscript {
17
}
18
19
dependencies {
20
- classpath("com.android.tools.build:gradle:3.6.0")
+ classpath("com.android.tools.build:gradle:8.2.0")
21
22
23
0 commit comments