Skip to content

Commit 60f8dd2

Browse files
chore: Bump Libs (#320)
2 parents ac0de00 + 808ee5a commit 60f8dd2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Legacy/Stores/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
dependencies {
3535
implementation project(':Core:Legacy')
3636

37-
api 'androidx.datastore:datastore-preferences:1.1.3'
37+
api 'androidx.datastore:datastore-preferences:1.1.4'
3838

3939
implementation 'androidx.work:work-runtime-ktx:2.9.1' // Doesn't build when bumped to 2.10.0 (waiting for Kotlin 2.0)
4040
implementation 'androidx.concurrent:concurrent-futures-ktx:1.2.0'

Legacy/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ android {
5151
dependencies {
5252
implementation fileTree(dir: "libs", include: ["*.jar"])
5353

54-
api 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.10'
54+
api 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20'
5555
api 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1'
5656
api 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0'
5757

58-
def navigationVersion = '2.8.8'
58+
def navigationVersion = '2.8.9'
5959
api "androidx.navigation:navigation-fragment-ktx:$navigationVersion"
6060
api "androidx.navigation:navigation-ui-ktx:$navigationVersion"
6161

@@ -84,7 +84,7 @@ dependencies {
8484
api 'com.facebook.stetho:stetho-okhttp3:1.6.0'
8585
api 'com.squareup.okhttp3:okhttp:4.12.0'
8686

87-
def sentryVersion = '8.3.0'
87+
def sentryVersion = '8.5.0'
8888
api "io.sentry:sentry-android:$sentryVersion"
8989
implementation "io.sentry:sentry-okhttp:$sentryVersion"
9090

gradle/core.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ ktor = "3.0.1"
1616
lifecycleRuntimeKtx = "2.8.7"
1717
material = "1.12.0"
1818
matomo = "4.1.4"
19-
navigation = "2.8.5"
19+
navigation = "2.8.9"
2020
playReview = "2.0.2"
2121
robolectric = "4.13" # Don't update this because it breaks tests
2222
room = "2.6.1"
23-
sentryAndroid = "8.2.0"
23+
sentryAndroid = "8.5.0"
2424
splitties = "3.0.0"
2525

2626
[libraries]

0 commit comments

Comments
 (0)