Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kotlin = "2.2.0"
sqldelight = "2.1.0"
dataStoreVersion = "1.1.4"
junitKtx = "1.3.0"
mokoPermissions = "0.19.1"
mokoPermissions = "0.20.0"

[plugins]

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

# UI
android-activity = { module = "androidx.activity:activity-ktx", version = "1.10.1" }
android-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.8" }
android-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.9" }
android-work = { module = "androidx.work:work-runtime-ktx", version = "2.10.3" }
android-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" }

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

# Logging
kermit = { module = "co.touchlab:kermit", version = "2.0.6" }
kermit = { module = "co.touchlab:kermit", version = "2.0.8" }

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

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

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

Expand Down
Loading