File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
3
3
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
4
4
5
- val version = " 1.0.34 "
5
+ val version = " 1.0.35 "
6
6
val versionNumber = getVersionInt()
7
7
8
8
plugins {
@@ -16,7 +16,7 @@ plugins {
16
16
kotlin {
17
17
androidTarget {
18
18
compilerOptions {
19
- jvmTarget.set(JvmTarget .JVM_21 )
19
+ jvmTarget.set(JvmTarget .JVM_17 )
20
20
}
21
21
}
22
22
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
accompanistPermissions = " 0.37.2"
3
- agp = " 8.7.2 " # https://kotlinlang.org/docs/multiplatform-compatibility-guide.html
3
+ agp = " 8.7.3 " # https://kotlinlang.org/docs/multiplatform-compatibility-guide.html
4
4
android-compileSdk = " 35"
5
5
android-minSdk = " 26"
6
6
android-targetSdk = " 35"
You can’t perform that action at this time.
0 commit comments