Skip to content

Commit dd04cc5

Browse files
committed
Bump compileSdk version to 36
1 parent 06bdd30 commit dd04cc5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kstore-file/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ plugins {
55
}
66

77
android {
8-
compileSdk = 33
8+
compileSdk = 36
9+
910
defaultConfig {
1011
minSdk = 21
11-
targetSdk = 33
1212
}
1313

1414
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")

kstore/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ plugins {
99
}
1010

1111
android {
12-
compileSdk = 33
12+
compileSdk = 36
13+
1314
defaultConfig {
1415
minSdk = 21
15-
targetSdk = 33
1616
}
1717

1818
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")

0 commit comments

Comments
 (0)