Skip to content

Commit c29bce6

Browse files
authored
upgrade-android-33 (wix#995)
1 parent 1e51492 commit c29bce6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def safeExtGet(prop, fallback) {
66
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
77
}
88

9-
def DEFAULT_COMPILE_SDK_VERSION = 30
9+
def DEFAULT_COMPILE_SDK_VERSION = 33
1010
def DEFAULT_MIN_SDK_VERSION = 21
1111
def DEFAULT_KOTLIN_VERSION = "1.3.61"
1212
def DEFAULT_KOTLIN_STDLIB_VERSION = "kotlin-stdlib-jdk8"

lib/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
androidGradlePluginVersion = '4.0.0'
77
kotlinVersion = "1.3.61"
88
googleServices = "4.3.3"
9-
androidSdkVersion = 31
9+
androidSdkVersion = 33
1010
}
1111

1212
repositories {

0 commit comments

Comments
 (0)