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
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ compose-plugin = "1.8.2"
kotlin = "2.2.0"
sqldelight = "2.1.0"
dataStoreVersion = "1.1.4"
junitKtx = "1.2.1"
junitKtx = "1.3.0"
mokoPermissions = "0.19.1"

[plugins]
Expand Down Expand Up @@ -39,7 +39,7 @@ 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-work = { module = "androidx.work:work-runtime-ktx", version = "2.10.2" }
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" }
Expand Down Expand Up @@ -67,7 +67,7 @@ sqldelight-native = { module = "app.cash.sqldelight:native-driver", version.ref
sqldelight-jvm = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "sqldelight" }

# Files
okio = { module = "com.squareup.okio:okio", version = "3.15.0" }
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
Expand All @@ -77,7 +77,7 @@ moko-permissions-compose = { module ="dev.icerock.moko:permissions-compose", ver
moko-permissions-notifications = { module ="dev.icerock.moko:permissions-notifications", version.ref = "mokoPermissions" }

# Crash Reporting
sentry = { module = "io.sentry:sentry-kotlin-multiplatform", version = "0.17.1" }
sentry = { module = "io.sentry:sentry-kotlin-multiplatform", version = "0.18.0" }

# Markdown
markdown = { module = "com.mikepenz:multiplatform-markdown-renderer-m3", version = "0.35.0" }
Expand All @@ -92,15 +92,15 @@ android-app-update = { module = "com.google.android.play:app-update-ktx", versio
android-app-review = { module = "com.google.android.play:review-ktx", version = "2.0.2" }

# Android Testing
android-test-core = { module = "androidx.test:core", version = "1.6.1" }
android-test-core = { module = "androidx.test:core", version = "1.7.0" }

# Android Instrumented Testing
android-orchestrator = { module = "androidx.test:orchestrator", version = "1.5.1" }
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.6.2" }
android-test-rules = { module = "androidx.test:rules", version = "1.6.1" }
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-espresso-web = { module = "androidx.test.espresso:espresso-web", version = "3.6.1" }
androidx-espresso-web = { module = "androidx.test.espresso:espresso-web", version = "3.7.0" }
fastlane-screengrab = { module = "tools.fastlane:screengrab", version = "2.1.1" }

# Desktop
Expand Down
Loading