@@ -11,7 +11,7 @@ kotlin = "2.2.0"
11
11
sqldelight = " 2.1.0"
12
12
dataStoreVersion = " 1.1.4"
13
13
junitKtx = " 1.3.0"
14
- mokoPermissions = " 0.19.1 "
14
+ mokoPermissions = " 0.20.0 "
15
15
16
16
[plugins ]
17
17
@@ -22,7 +22,7 @@ jetbrainsComposeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version
22
22
kotlinMultiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
23
23
kotlinSerialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
24
24
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" }
26
26
sqldelight = { id = " app.cash.sqldelight" , version.ref = " sqldelight" }
27
27
conveyor = { id = " dev.hydraulic.conveyor" , version = " 1.12" }
28
28
javafx = { id = " org.openjfx.javafxplugin" , version = " 0.1.0" }
@@ -38,12 +38,12 @@ android-desugar-jdk = { module = "com.android.tools:desugar_jdk_libs", version =
38
38
39
39
# UI
40
40
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 " }
42
42
android-work = { module = " androidx.work:work-runtime-ktx" , version = " 2.10.3" }
43
43
android-appcompat = { module = " androidx.appcompat:appcompat" , version = " 1.7.1" }
44
44
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 " }
47
47
window-size = { module = " org.jetbrains.compose.material3:material3-window-size-class" , version.ref = " compose-plugin" }
48
48
back-handler = { module = " org.jetbrains.compose.ui:ui-backhandler" , version.ref = " compose-plugin" }
49
49
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
58
58
android-oonimkall = { module = " org.ooni:oonimkall" , version = " 2025.06.13-091228" }
59
59
60
60
# Logging
61
- kermit = { module = " co.touchlab:kermit" , version = " 2.0.6 " }
61
+ kermit = { module = " co.touchlab:kermit" , version = " 2.0.8 " }
62
62
63
63
# Data
64
64
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 = "
70
70
okio = { module = " com.squareup.okio:okio" , version = " 3.16.0" }
71
71
72
72
# 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
74
74
75
75
# Permissions
76
76
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
99
99
androidx-junit-ktx = { group = " androidx.test.ext" , name = " junit-ktx" , version.ref = " junitKtx" }
100
100
android-test-runner = { module = " androidx.test:runner" , version = " 1.7.0" }
101
101
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 " }
103
103
androidx-espresso-web = { module = " androidx.test.espresso:espresso-web" , version = " 3.7.0" }
104
104
fastlane-screengrab = { module = " tools.fastlane:screengrab" , version = " 2.1.1" }
105
105
0 commit comments