File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ dependencies {
3030}
3131
3232android {
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- }
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.10.1 "
2+ agp = " 8.11.0 "
33appVersion = " 3.3.14"
44androidVersionCode = " 109"
5- kotlin = " 2.1.21 "
5+ kotlin = " 2.2.0 "
66accompanistAppcompatTheme = " 0.36.0"
77activityCompose = " 1.10.1"
8- foundation = " 1.8.2 "
8+ foundation = " 1.8.3 "
99json = " 20250517"
1010koinCore = " 4.1.0"
1111kotlinxCoroutinesCore = " 1.10.2"
1212kotlinxHtmlJvm = " 0.12.0"
1313lifecycleViewmodelCompose = " 2.9.1"
14- material = " 1.8.2 "
14+ material = " 1.8.3 "
1515materialIcons = " 1.7.8"
1616navigationCompose = " 2.9.0"
1717preference = " 1.2.1"
1818sqldelight = " 2.1.0"
19- uiToolingPreview = " 1.8.2 "
19+ uiToolingPreview = " 1.8.3 "
2020spotless = " 7.0.4"
2121kotlinxCollectionsImmutable = " 0.4.0"
2222benManesVersions = " 0.52.0"
You can’t perform that action at this time.
0 commit comments