Skip to content

Commit

Permalink
chore: Bump libs (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne authored Jan 31, 2025
2 parents 3da0519 + 883b67e commit eb1a323
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Legacy/Stores/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
dependencies {
implementation project(path: ':Core:Legacy')

api 'androidx.datastore:datastore-preferences:1.1.1'
api 'androidx.datastore:datastore-preferences:1.1.2'

implementation 'androidx.work:work-runtime-ktx:2.9.1' // Doesn't build when bumped to 2.10.0 (waiting for Kotlin 2.0)
implementation 'androidx.concurrent:concurrent-futures-ktx:1.2.0'
Expand Down
10 changes: 5 additions & 5 deletions Legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])

api 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25'
api 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
api 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3'
api 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.10'
api 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1'
api 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0'

def navigationVersion = '2.8.5'
api "androidx.navigation:navigation-fragment-ktx:$navigationVersion"
Expand All @@ -76,15 +76,15 @@ dependencies {
ksp "androidx.room:room-compiler:$roomVersion"

api 'com.google.android.material:material:1.12.0'
api 'com.google.code.gson:gson:2.11.0'
api 'com.google.code.gson:gson:2.12.0'

api "io.coil-kt:coil:2.7.0"

api 'com.github.infomaniak:android-login:2.8.0'
api 'com.facebook.stetho:stetho-okhttp3:1.6.0'
api 'com.squareup.okhttp3:okhttp:4.12.0'

def sentryVersion = '7.20.0'
def sentryVersion = '8.0.0'
api "io.sentry:sentry-android:$sentryVersion"
implementation "io.sentry:sentry-okhttp:$sentryVersion"

Expand Down

0 comments on commit eb1a323

Please sign in to comment.