11[versions ]
2- agp = " 8.12.0"
3- kotlin = " 2.2.0"
4- coreKtx = " 1.17.0"
5- lifecycleRuntimeKtx = " 2.9.2"
6- composeBom = " 2025.08.00"
2+ agp = " 8.13.0"
3+ kotlin = " 2.2.20"
4+ composeBom = " 2025.09.01"
75activityCompose = " 1.12.0-alpha05"
8- koin = " 4.0.3 "
6+ koin = " 4.1.1 "
97room = " 2.7.2"
108detekt = " 1.23.8"
119about-libs = " 12.2.4"
1210navigation3 = " 1.0.0-alpha06"
1311kotlinx-serialization = " 1.9.0"
1412
1513[libraries ]
16- androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " coreKtx" }
17- androidx-lifecycle-runtime-ktx = { group = " androidx.lifecycle" , name = " lifecycle-runtime-ktx" , version.ref = " lifecycleRuntimeKtx" }
1814androidx-activity-compose = { group = " androidx.activity" , name = " activity-compose" , version.ref = " activityCompose" }
1915androidx-compose-bom = { group = " androidx.compose" , name = " compose-bom" , version.ref = " composeBom" }
20- saveable = { group = " androidx.compose.runtime" , name = " runtime-saveable" , version = " 1.9.0 " }
16+ saveable = { group = " androidx.compose.runtime" , name = " runtime-saveable" , version = " 1.9.2 " }
2117androidx-ui = { group = " androidx.compose.ui" , name = " ui" }
2218androidx-ui-graphics = { group = " androidx.compose.ui" , name = " ui-graphics" }
2319androidx-ui-tooling = { group = " androidx.compose.ui" , name = " ui-tooling" }
2420androidx-ui-tooling-preview = { group = " androidx.compose.ui" , name = " ui-tooling-preview" }
25- androidx-material3-android = { group = " androidx.compose.material3" , name = " material3-android" , version = " 1.4.0-beta02 " }
21+ androidx-material3-android = { group = " androidx.compose.material3" , name = " material3-android" , version = " 1.4.0" }
2622androidx-appcompat = { group = " androidx.appcompat" , name = " appcompat" , version = " 1.7.1" }
2723androidx-material3-icons-extended = { group = " androidx.compose.material" , name = " material-icons-extended" , version = " 1.7.8" }
2824androidx-compose-constraintlayout = { group = " androidx.constraintlayout" , name = " constraintlayout-compose" , version = " 1.1.1" }
@@ -36,7 +32,7 @@ androidx-documentfile = { group = "androidx.documentfile", name = "documentfile"
3632mpv-lib = " io.github.abdallahmehiz:mpv-android-lib:0.1.9"
3733seeker = " com.github.abdallahmehiz:seeker:2.0.1"
3834
39- material = " com.google.android.material:material:1.14.0-alpha03 "
35+ material = " com.google.android.material:material:1.14.0-alpha05 "
4036
4137koin-bom = { module = " io.insert-koin:koin-bom" , version.ref = " koin" }
4238koin-core = { module = " io.insert-koin:koin-core" }
@@ -71,7 +67,7 @@ about-libs = ["about-libs-core", "about-libs-ui-m3"]
7167compose-navigation3 = [" androidx-navigation3-runtime" , " androidx-navigation3-ui" ]
7268
7369[plugins ]
74- ksp = { id = " com.google.devtools.ksp" , version = " 2.2.0 -2.0.2 " }
70+ ksp = { id = " com.google.devtools.ksp" , version = " 2.2.20 -2.0.3 " }
7571android-application = { id = " com.android.application" , version.ref = " agp" }
7672jetbrains-kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
7773kotlin-compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
0 commit comments