Skip to content

Commit 27caa9f

Browse files
committed
android: bump to agp 8.2 and target sdk 34
1 parent ab18f09 commit 27caa9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
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
2+
def DEFAULT_COMPILE_SDK_VERSION = 34
3+
def DEFAULT_BUILD_TOOLS_VERSION = "34.0.0"
4+
def DEFAULT_TARGET_SDK_VERSION = 34
55
def DEFAULT_BATCH_SDK_VERSION = "1.21.+"
66

77
def safeExtGet(prop, fallback) {
@@ -17,7 +17,7 @@ buildscript {
1717
}
1818

1919
dependencies {
20-
classpath("com.android.tools.build:gradle:3.6.0")
20+
classpath("com.android.tools.build:gradle:8.2.0")
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)