Skip to content

Commit c92f688

Browse files
author
Simon Schubert
committed
Upgrade sdks
1 parent 75b1c13 commit c92f688

2 files changed

Lines changed: 7 additions & 22 deletions

File tree

android/build.gradle.kts

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ dependencies {
3030
}
3131

3232
android {
33-
compileSdk = 35
33+
compileSdk = 36
3434
defaultConfig {
3535
applicationId = "com.inspiredandroid.linuxcommandbibliotheca"
3636
minSdk = 24
37-
targetSdk = 35
37+
targetSdk = 36
3838
versionCode =
3939
libs.versions.androidVersionCode
4040
.get()
@@ -76,18 +76,3 @@ android {
7676
}
7777
namespace = "com.inspiredandroid.linuxcommandbibliotheca"
7878
}
79-
80-
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
81-
kotlinOptions {
82-
freeCompilerArgs +=
83-
listOf(
84-
"-P",
85-
"plugin:androidx.compose.compiler.plugins.kotlin:metricsDestination=" + project.buildDir.absolutePath + "/compose_metrics",
86-
)
87-
freeCompilerArgs +=
88-
listOf(
89-
"-P",
90-
"plugin:androidx.compose.compiler.plugins.kotlin:reportsDestination=" + project.buildDir.absolutePath + "/compose_reports",
91-
)
92-
}
93-
}

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[versions]
2-
agp = "8.10.1"
2+
agp = "8.11.0"
33
appVersion = "3.3.14"
44
androidVersionCode = "109"
5-
kotlin = "2.1.21"
5+
kotlin = "2.2.0"
66
accompanistAppcompatTheme = "0.36.0"
77
activityCompose = "1.10.1"
8-
foundation = "1.8.2"
8+
foundation = "1.8.3"
99
json = "20250517"
1010
koinCore = "4.1.0"
1111
kotlinxCoroutinesCore = "1.10.2"
1212
kotlinxHtmlJvm = "0.12.0"
1313
lifecycleViewmodelCompose = "2.9.1"
14-
material = "1.8.2"
14+
material = "1.8.3"
1515
materialIcons = "1.7.8"
1616
navigationCompose = "2.9.0"
1717
preference = "1.2.1"
1818
sqldelight = "2.1.0"
19-
uiToolingPreview = "1.8.2"
19+
uiToolingPreview = "1.8.3"
2020
spotless = "7.0.4"
2121
kotlinxCollectionsImmutable = "0.4.0"
2222
benManesVersions = "0.52.0"

0 commit comments

Comments
 (0)