Skip to content

Commit 4971054

Browse files
authored
Merge pull request #25 from kotlin-hands-on/master_update_android_sdk
Update the Android SDK version
2 parents e30c6e8 + 69c2155 commit 4971054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

androidApp/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ dependencies {
1111
}
1212

1313
android {
14-
compileSdk = 32
14+
compileSdk = 33
1515
defaultConfig {
1616
applicationId = "com.jetbrains.handson.androidApp"
1717
minSdk = 21
18-
targetSdk = 32
18+
targetSdk = 33
1919
versionCode = 1
2020
versionName = "1.0"
2121
}

0 commit comments

Comments
 (0)