Skip to content

Commit bb2cd84

Browse files
committed
Adjust target SDK
1 parent 383f727 commit bb2cd84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ plugins {
2929
alias(libs.plugins.kotlinx.serialization) apply false
3030
}
3131

32-
extra["targetSdkVersion"] = 34
32+
extra["targetSdkVersion"] = 35
3333

34-
extra["compileSdkVersion"] = 34
34+
extra["compileSdkVersion"] = 35
3535

3636
extra["minSdkVersion"] = 23
3737

0 commit comments

Comments
 (0)