Skip to content

Commit d39508c

Browse files
committed
android: bump compile and target sdk version to 33
1 parent 134e2d9 commit d39508c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 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 = 25
3-
def DEFAULT_BUILD_TOOLS_VERSION = "25.0.2"
4-
def DEFAULT_TARGET_SDK_VERSION = 22
2+
def DEFAULT_COMPILE_SDK_VERSION = 33
3+
def DEFAULT_BUILD_TOOLS_VERSION = "33.0.0"
4+
def DEFAULT_TARGET_SDK_VERSION = 33
55
def DEFAULT_BATCH_SDK_VERSION = "1.19.+"
66

77
def safeExtGet(prop, fallback) {

0 commit comments

Comments
 (0)