Skip to content

Commit 3bb4219

Browse files
authored
chore: update dependencies (#854)
1 parent bbb89a4 commit 3bb4219

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ compose-plugin = "1.8.2"
1010
kotlin = "2.2.0"
1111
sqldelight = "2.1.0"
1212
dataStoreVersion = "1.1.4"
13-
junitKtx = "1.2.1"
13+
junitKtx = "1.3.0"
1414
mokoPermissions = "0.19.1"
1515

1616
[plugins]
@@ -39,7 +39,7 @@ android-desugar-jdk = { module = "com.android.tools:desugar_jdk_libs", version =
3939
# UI
4040
android-activity = { module = "androidx.activity:activity-ktx", version = "1.10.1" }
4141
android-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.8" }
42-
android-work = { module = "androidx.work:work-runtime-ktx", version = "2.10.2" }
42+
android-work = { module = "androidx.work:work-runtime-ktx", version = "2.10.3" }
4343
android-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" }
4444

4545
lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.9.1" }
@@ -67,7 +67,7 @@ sqldelight-native = { module = "app.cash.sqldelight:native-driver", version.ref
6767
sqldelight-jvm = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "sqldelight" }
6868

6969
# Files
70-
okio = { module = "com.squareup.okio:okio", version = "3.15.0" }
70+
okio = { module = "com.squareup.okio:okio", version = "3.16.0" }
7171

7272
# Lottie animations
7373
kottie = { module = "io.github.alexzhirkevich:compottie", version = "2.0.0-rc04" } # 2.0.0 not supported yet
@@ -77,7 +77,7 @@ moko-permissions-compose = { module ="dev.icerock.moko:permissions-compose", ver
7777
moko-permissions-notifications = { module ="dev.icerock.moko:permissions-notifications", version.ref = "mokoPermissions" }
7878

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

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

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

9797
# Android Instrumented Testing
98-
android-orchestrator = { module = "androidx.test:orchestrator", version = "1.5.1" }
98+
android-orchestrator = { module = "androidx.test:orchestrator", version = "1.6.1" }
9999
androidx-junit-ktx = { group = "androidx.test.ext", name = "junit-ktx", version.ref = "junitKtx" }
100-
android-test-runner = { module = "androidx.test:runner", version = "1.6.2" }
101-
android-test-rules = { module = "androidx.test:rules", version = "1.6.1" }
100+
android-test-runner = { module = "androidx.test:runner", version = "1.7.0" }
101+
android-test-rules = { module = "androidx.test:rules", version = "1.7.0" }
102102
androidx-compose-test-android = { module = "androidx.compose.ui:ui-test-junit4-android", version = "1.8.3" }
103-
androidx-espresso-web = { module = "androidx.test.espresso:espresso-web", version = "3.6.1" }
103+
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

106106
# Desktop

0 commit comments

Comments
 (0)