Skip to content

Commit 8cc842b

Browse files
committed
chore: bump libs
rip android 5
1 parent 6bf028f commit 8cc842b

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ room {
111111
}
112112

113113
dependencies {
114-
implementation(libs.androidx.core.ktx)
115-
implementation(libs.androidx.lifecycle.runtime.ktx)
116114
implementation(libs.androidx.activity.compose)
117115
implementation(platform(libs.androidx.compose.bom))
118116
implementation(libs.androidx.ui)

gradle/libs.versions.toml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
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"
75
activityCompose = "1.12.0-alpha05"
8-
koin = "4.0.3"
6+
koin = "4.1.1"
97
room = "2.7.2"
108
detekt = "1.23.8"
119
about-libs = "12.2.4"
1210
navigation3 = "1.0.0-alpha06"
1311
kotlinx-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" }
1814
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
1915
androidx-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" }
2117
androidx-ui = { group = "androidx.compose.ui", name = "ui" }
2218
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
2319
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
2420
androidx-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" }
2622
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version = "1.7.1" }
2723
androidx-material3-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended", version = "1.7.8" }
2824
androidx-compose-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout-compose", version = "1.1.1" }
@@ -36,7 +32,7 @@ androidx-documentfile = { group = "androidx.documentfile", name = "documentfile"
3632
mpv-lib = "io.github.abdallahmehiz:mpv-android-lib:0.1.9"
3733
seeker = "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

4137
koin-bom = { module = "io.insert-koin:koin-bom", version.ref = "koin" }
4238
koin-core = { module = "io.insert-koin:koin-core" }
@@ -71,7 +67,7 @@ about-libs = ["about-libs-core", "about-libs-ui-m3"]
7167
compose-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" }
7571
android-application = { id = "com.android.application", version.ref = "agp" }
7672
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
7773
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

0 commit comments

Comments
 (0)