11[versions ]
2- activityCompose = " 1.9.3 "
3- androidGradlePlugin = " 8.7.3 "
4- appcompat = " 1.7.0 "
5- coreKtx = " 1.15 .0"
6- datastorePreferences = " 1.1.1 "
2+ activityCompose = " 1.10.1 "
3+ androidGradlePlugin = " 8.12.0 "
4+ appcompat = " 1.7.1 "
5+ coreKtx = " 1.17 .0"
6+ datastorePreferences = " 1.1.7 "
77junit = " 4.13.2"
8- kotlin = " 2.0.20"
9- material = " 1.7.6"
10- navigationCompose = " 2.8.5"
11- nexusPublish = " 1.1.0"
12- robolectric = " 4.13"
13- composeUi = " 1.7.6"
8+ kotlin = " 2.2.10"
9+ navigationCompose = " 2.9.3"
10+ nexusPublish = " 2.0.0"
11+ robolectric = " 4.15.1"
12+ composeUi = " 1.9.0"
1413
1514[libraries ]
1615activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " activityCompose" }
@@ -21,8 +20,8 @@ datastore-preferences = { module = "androidx.datastore:datastore-preferences", v
2120junit = { module = " junit:junit" , version.ref = " junit" }
2221kotlin-gradle = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
2322kotlin-stdlib-jdk7 = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk7" , version.ref = " kotlin" }
24- material = { module = " androidx.compose.material:material" , version.ref = " material " }
25- material-icons-core = { module = " androidx.compose.material:material-icons-core" , version.ref = " material " }
23+ material = { module = " androidx.compose.material:material" , version = " 1.9.0 " }
24+ material-icons-core = { module = " androidx.compose.material:material-icons-core" , version = " 1.7.8 " }
2625navigation-compose = { module = " androidx.navigation:navigation-compose" , version.ref = " navigationCompose" }
2726robolectric = { module = " org.robolectric:robolectric" , version.ref = " robolectric" }
2827ui = { module = " androidx.compose.ui:ui" , version.ref = " composeUi" }
@@ -35,4 +34,5 @@ android-library = { id = "com.android.library", version.ref = "androidGradlePlug
3534compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
3635kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
3736nexus-publish = { id = " io.github.gradle-nexus.publish-plugin" , version.ref = " nexusPublish" }
38-
37+ maven-publish = { id = " maven-publish" }
38+ signing = { id = " signing" }
0 commit comments