We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bdd30 commit dd04cc5Copy full SHA for dd04cc5
kstore-file/build.gradle.kts
@@ -5,10 +5,10 @@ plugins {
5
}
6
7
android {
8
- compileSdk = 33
+ compileSdk = 36
9
+
10
defaultConfig {
11
minSdk = 21
- targetSdk = 33
12
13
14
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
kstore/build.gradle.kts
@@ -9,10 +9,10 @@ plugins {
15
16
17
18
0 commit comments