Skip to content

Commit c42c1d4

Browse files
committed
Upgrade sdks
1 parent 4ab25df commit c42c1d4

3 files changed

Lines changed: 15 additions & 12 deletions

File tree

desktopApp/build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ plugins {
77
alias(libs.plugins.compose.compiler)
88
}
99

10-
// Force consistent Skiko version to resolve native library conflicts
11-
configurations.all {
12-
resolutionStrategy {
13-
force("org.jetbrains.skiko:skiko-awt-runtime-macos-arm64:0.9.4.2")
14-
}
15-
}
16-
1710
group = "com.linuxcommandlibrary"
1811
version = libs.versions.appVersion.get()
1912

gradle.properties

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,14 @@ android.useAndroidX=true
33
org.gradle.jvmargs=-Xmx4608m
44
kotlin.mpp.androidSourceSetLayoutVersion=2
55
android.nonTransitiveRClass=false
6-
android.nonFinalResIds=false
6+
android.nonFinalResIds=false
7+
android.defaults.buildfeatures.resvalues=true
8+
android.sdk.defaultTargetSdkToCompileSdkIfUnset=false
9+
android.enableAppCompileTimeRClass=false
10+
android.usesSdkInManifest.disallowed=false
11+
android.uniquePackageNames=false
12+
android.dependency.useConstraints=true
13+
android.r8.strictFullModeForKeepRules=false
14+
android.r8.optimizedResourceShrinking=false
15+
android.builtInKotlin=false
16+
android.newDsl=false

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
2-
agp = "8.13.2"
2+
agp = "9.0.0"
33
appVersion = "3.5.9"
44
androidVersionCode = "134"
5-
kotlin = "2.3.0"
6-
composeMultiplatform = "1.10.0"
5+
kotlin = "2.3.10"
6+
composeMultiplatform = "1.10.1"
77
accompanistAppcompatTheme = "0.36.0"
88
activityCompose = "1.12.3"
99
json = "20251224"
@@ -12,7 +12,7 @@ kotlinxCoroutinesCore = "1.10.2"
1212
kotlinxHtmlJvm = "0.12.0"
1313
kotlinxSerializationCore = "1.10.0"
1414
material = "1.10.2"
15-
navigationCompose = "2.9.1"
15+
navigationCompose = "2.9.2"
1616
preference = "1.2.1"
1717
uiToolingPreview = "1.10.2"
1818
spotless = "8.2.1"

0 commit comments

Comments
 (0)