Skip to content

Commit d9c4f29

Browse files
authored
chore: update dependencies for mokoPermissions, ktlint, lifecycle-viewmodel-compose, navigation, kermit, kottie, and androidx-compose-test-android (#863)
1 parent bf5c532 commit d9c4f29

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kotlin = "2.2.0"
1111
sqldelight = "2.1.0"
1212
dataStoreVersion = "1.1.4"
1313
junitKtx = "1.3.0"
14-
mokoPermissions = "0.19.1"
14+
mokoPermissions = "0.20.0"
1515

1616
[plugins]
1717

@@ -22,7 +22,7 @@ jetbrainsComposeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version
2222
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
2323
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
2424
cocoapods = { id = "org.jetbrains.kotlin.native.cocoapods", version.ref = "kotlin" }
25-
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "13.0.0" }
25+
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "13.1.0" }
2626
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
2727
conveyor = { id = "dev.hydraulic.conveyor", version = "1.12" }
2828
javafx = { id = "org.openjfx.javafxplugin", version = "0.1.0" }
@@ -38,12 +38,12 @@ android-desugar-jdk = { module = "com.android.tools:desugar_jdk_libs", version =
3838

3939
# UI
4040
android-activity = { module = "androidx.activity:activity-ktx", version = "1.10.1" }
41-
android-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.8" }
41+
android-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.9" }
4242
android-work = { module = "androidx.work:work-runtime-ktx", version = "2.10.3" }
4343
android-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" }
4444

45-
lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.9.1" }
46-
navigation = { module = "org.jetbrains.androidx.navigation:navigation-compose", version = "2.9.0-beta04" }
45+
lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.9.2" }
46+
navigation = { module = "org.jetbrains.androidx.navigation:navigation-compose", version = "2.9.0-beta05" }
4747
window-size = { module = "org.jetbrains.compose.material3:material3-window-size-class", version.ref = "compose-plugin" }
4848
back-handler = { module = "org.jetbrains.compose.ui:ui-backhandler", version.ref = "compose-plugin" }
4949
material-icons = { module = "org.jetbrains.compose.material:material-icons-core", version = "1.7.3" }
@@ -58,7 +58,7 @@ androidx-datastore-preferences-core = { group = "androidx.datastore", name = "da
5858
android-oonimkall = { module = "org.ooni:oonimkall", version = "2025.06.13-091228" }
5959

6060
# Logging
61-
kermit = { module = "co.touchlab:kermit", version = "2.0.6" }
61+
kermit = { module = "co.touchlab:kermit", version = "2.0.8" }
6262

6363
# Data
6464
sqldelight-coroutines = { module = "app.cash.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
@@ -70,7 +70,7 @@ sqldelight-jvm = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "
7070
okio = { module = "com.squareup.okio:okio", version = "3.16.0" }
7171

7272
# Lottie animations
73-
kottie = { module = "io.github.alexzhirkevich:compottie", version = "2.0.0-rc04" } # 2.0.0 not supported yet
73+
kottie = { module = "io.github.alexzhirkevich:compottie", version = "2.0.0-rc05" } # 2.0.0 not supported yet
7474

7575
# Permissions
7676
moko-permissions-compose = { module ="dev.icerock.moko:permissions-compose", version.ref = "mokoPermissions" }
@@ -99,7 +99,7 @@ android-orchestrator = { module = "androidx.test:orchestrator", version = "1.6.1
9999
androidx-junit-ktx = { group = "androidx.test.ext", name = "junit-ktx", version.ref = "junitKtx" }
100100
android-test-runner = { module = "androidx.test:runner", version = "1.7.0" }
101101
android-test-rules = { module = "androidx.test:rules", version = "1.7.0" }
102-
androidx-compose-test-android = { module = "androidx.compose.ui:ui-test-junit4-android", version = "1.8.3" }
102+
androidx-compose-test-android = { module = "androidx.compose.ui:ui-test-junit4-android", version = "1.9.0" }
103103
androidx-espresso-web = { module = "androidx.test.espresso:espresso-web", version = "3.7.0" }
104104
fastlane-screengrab = { module = "tools.fastlane:screengrab", version = "2.1.1" }
105105

0 commit comments

Comments
 (0)