Skip to content

Commit 2006440

Browse files
update deps
1 parent 87885ad commit 2006440

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

template/gradle/libs.versions.toml

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,37 @@ android-targetSdk = "34"
77
androidx-activity = "1.10.0"
88
androidx-appcompat = "1.7.0"
99
androidx-datastore = "1.1.2"
10-
androidx-lifecycle = "2.8.4"
11-
androidx-navigation = "2.8.0-alpha11"
12-
androidx-room = "2.7.0-alpha12"
10+
androidx-navigation = "2.8.0-alpha13"
11+
androidx-room = "2.7.0-beta01"
1312
androidx-splashscreen = "1.0.1"
1413
cashapp-paging = "3.3.0-alpha02-0.5.1"
15-
coil = "3.0.4"
16-
compose-multiplatform = "1.7.3"
14+
coil = "3.1.0"
15+
compose-multiplatform = "1.8.0-alpha03"
1716
compose-placeholder = "1.0.9"
18-
filekit = "0.8.7"
19-
generativeai = "0.5.0-1.0.0"
20-
koin = "4.0.1"
17+
filekit = "0.8.8"
18+
generativeai = "0.9.0-1.0.1"
19+
koin = "4.0.2"
2120
korlibs = "6.0.0"
22-
kotlin = "2.1.0"
23-
kotlin-logging = "7.0.0"
21+
kotlin = "2.1.10"
22+
kotlin-logging = "7.0.3"
2423
kotlinx-coroutines = "1.10.1"
2524
kotlinx-datetime = "0.6.1"
2625
kotlinx-serialization-json = "1.8.0"
27-
ktor = "2.3.12"
28-
ksp = "2.1.0-1.0.29"
29-
logback = "1.5.15"
30-
markdown-renderer = "0.29.0"
31-
multiplatform-settings = "1.2.0"
26+
ktor = "2.3.13"
27+
ksp = "2.1.10-1.0.29"
28+
logback = "1.5.16"
29+
markdown-renderer = "0.30.0"
30+
multiplatform-settings = "1.3.0"
3231
napier = "2.7.1"
3332
sqldelight = "2.0.2"
34-
sqlite-bundled = "2.5.0-alpha12"
33+
sqlite-bundled = "2.5.0-beta01"
3534
touchlab-stately = "2.1.0"
3635
touchlab-kermit = "2.0.4"
3736

3837
[libraries]
3938
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
4039
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
4140
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore" }
42-
androidx-lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
4341
androidx-navigation-compose = { module = "org.jetbrains.androidx.navigation:navigation-compose", version.ref = "androidx-navigation" }
4442
androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "androidx-room" }
4543
androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "androidx-room" }

template/shared/presentation/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ kotlin {
3838
}
3939
commonMain.dependencies {
4040
api(compose.foundation)
41-
api(libs.androidx.lifecycle.viewmodel.compose)
4241
api(libs.androidx.navigation.compose)
4342
api(libs.kotlinx.coroutines.core)
4443
api(libs.kotlinx.datetime)

0 commit comments

Comments
 (0)