File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
34
34
dependencies {
35
35
implementation project(' :Core:Legacy' )
36
36
37
- api ' androidx.datastore:datastore-preferences:1.1.3 '
37
+ api ' androidx.datastore:datastore-preferences:1.1.4 '
38
38
39
39
implementation ' androidx.work:work-runtime-ktx:2.9.1' // Doesn't build when bumped to 2.10.0 (waiting for Kotlin 2.0)
40
40
implementation ' androidx.concurrent:concurrent-futures-ktx:1.2.0'
Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ android {
51
51
dependencies {
52
52
implementation fileTree(dir : " libs" , include : [" *.jar" ])
53
53
54
- api ' org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.10 '
54
+ api ' org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 '
55
55
api ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1'
56
56
api ' org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0'
57
57
58
- def navigationVersion = ' 2.8.8 '
58
+ def navigationVersion = ' 2.8.9 '
59
59
api " androidx.navigation:navigation-fragment-ktx:$navigationVersion "
60
60
api " androidx.navigation:navigation-ui-ktx:$navigationVersion "
61
61
@@ -84,7 +84,7 @@ dependencies {
84
84
api ' com.facebook.stetho:stetho-okhttp3:1.6.0'
85
85
api ' com.squareup.okhttp3:okhttp:4.12.0'
86
86
87
- def sentryVersion = ' 8.3 .0'
87
+ def sentryVersion = ' 8.5 .0'
88
88
api " io.sentry:sentry-android:$sentryVersion "
89
89
implementation " io.sentry:sentry-okhttp:$sentryVersion "
90
90
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ ktor = "3.0.1"
16
16
lifecycleRuntimeKtx = " 2.8.7"
17
17
material = " 1.12.0"
18
18
matomo = " 4.1.4"
19
- navigation = " 2.8.5 "
19
+ navigation = " 2.8.9 "
20
20
playReview = " 2.0.2"
21
21
robolectric = " 4.13" # Don't update this because it breaks tests
22
22
room = " 2.6.1"
23
- sentryAndroid = " 8.2 .0"
23
+ sentryAndroid = " 8.5 .0"
24
24
splitties = " 3.0.0"
25
25
26
26
[libraries ]
You can’t perform that action at this time.
0 commit comments