11[versions ]
2- activityCompose = " 1.12.2 " # https://mvnrepository.com/artifact/androidx.activity/activity-compose
3- androidGradlePlugin = " 8.13.2 " # https://mvnrepository.com/artifact/com.android.application/com.android.application.gradle.plugin
4- composeBom = " 2026.01 .00" # https://mvnrepository.com/artifact/androidx.compose/compose-bom
2+ activityCompose = " 1.12.4 " # https://mvnrepository.com/artifact/androidx.activity/activity-compose
3+ androidGradlePlugin = " 9.0.0 " # https://mvnrepository.com/artifact/com.android.application/com.android.application.gradle.plugin
4+ composeBom = " 2026.02 .00" # https://mvnrepository.com/artifact/androidx.compose/compose-bom
55dataStore = " 1.2.0" # https://mvnrepository.com/artifact/androidx.datastore/datastore-preferences
6- dfc = " 1.2 " # https://mvnrepository.com/artifact/com.lazygeniouz/dfc
6+ dfc = " 1.3 " # https://mvnrepository.com/artifact/com.lazygeniouz/dfc
77extendedSpans = " 1.4.0" # https://mvnrepository.com/artifact/me.saket.extendedspans/extendedspans
88koin-bom = " 4.1.1" # https://mvnrepository.com/artifact/io.insert-koin/koin-core
9- kotlin = " 2.3.0 " # https://mvnrepository.com/artifact/org.jetbrains.kotlin.android/org.jetbrains.kotlin.android.gradle.plugin
9+ kotlin = " 2.3.10 " # https://mvnrepository.com/artifact/org.jetbrains.kotlin.android/org.jetbrains.kotlin.android.gradle.plugin
1010kotlinXImmutable = " 0.4.0" # https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-collections-immutable
11- kotlinterGradle = " 5.3.0 " # // https://github.com/jeremymailen/kotlinter-gradle
12- kotlinxSerialization = " 1.9 .0" # https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-serialization-json
13- ktor = " 3.3.3 " # https://mvnrepository.com/artifact/io.ktor/ktor-client-core
11+ kotlinterGradle = " 5.4.2 " # // https://github.com/jeremymailen/kotlinter-gradle
12+ kotlinxSerialization = " 1.10 .0" # https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-serialization-json
13+ ktor = " 3.4.0 " # https://mvnrepository.com/artifact/io.ktor/ktor-client-core
1414leakcanaryAndroid = " 2.14" # https://mvnrepository.com/artifact/com.squareup.leakcanary/leakcanary-android
1515lifecycleViewmodel = " 2.10.0" # https://mvnrepository.com/artifact/androidx.lifecycle/lifecycle-viewmodel-navigation3
16- materialKolor = " 5.0.0-alpha05 " # https://mvnrepository.com/artifact/com.materialkolor/material-kolor
16+ materialKolor = " 5.0.0-alpha06 " # https://mvnrepository.com/artifact/com.materialkolor/material-kolor
1717media = " 1.7.1" # https://mvnrepository.com/artifact/androidx.media/media
18- navigation3 = " 1.1.0-alpha02 " # https://mvnrepository.com/artifact/androidx.navigation3/navigation3-runtime
18+ navigation3 = " 1.1.0-alpha04 " # https://mvnrepository.com/artifact/androidx.navigation3/navigation3-runtime
1919oboe = " 1.10.0" # https://mvnrepository.com/artifact/com.google.oboe/oboe
2020permissionsCompose = " 1.0.5" # https://mvnrepository.com/artifact/com.meticha/permissions_compose
2121reorderable = " 3.0.0" # https://mvnrepository.com/artifact/sh.calvin.reorderable/reorderable
22- settings = " 2.24 .0" # https://github.com/alorma/Compose-Settings/releases
22+ settings = " 2.26 .0" # https://github.com/alorma/Compose-Settings/releases
2323timber = " 5.0.1" # https://mvnrepository.com/artifact/com.jakewharton.timber/timber
2424
2525[libraries ]
@@ -30,7 +30,7 @@ compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeB
3030compose-foundation = { module = " androidx.compose.foundation:foundation" }
3131compose-material-icons-core = { module = " androidx.compose.material:material-icons-core" }
3232compose-material-icons-extended = { module = " androidx.compose.material:material-icons-extended" }
33- compose-material3 = { module = " androidx.compose.material3:material3" , version = " 1.5.0-alpha12 " }
33+ compose-material3 = { module = " androidx.compose.material3:material3" , version = " 1.5.0-alpha14 " }
3434compose-runtime-livedata = { module = " androidx.compose.runtime:runtime-livedata" }
3535compose-settings-ui = { module = " com.github.alorma.compose-settings:ui-tiles" , version.ref = " settings" }
3636compose-settings-ui-extended = { module = " com.github.alorma.compose-settings:ui-tiles-extended" , version.ref = " settings" }
0 commit comments