Skip to content
Snippets Groups Projects
Commit 6c658a0a authored by Adrien Béraud's avatar Adrien Béraud
Browse files

update dependencies

Change-Id: I76160a7aa76961e910d8c787e2f621e95ea30e55
parent 844dcdfc
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ dependencies { ...@@ -118,7 +118,7 @@ dependencies {
implementation ("com.google.android.material:material:1.12.0") implementation ("com.google.android.material:material:1.12.0")
implementation ("androidx.biometric:biometric:1.1.0") implementation ("androidx.biometric:biometric:1.1.0")
implementation ("com.google.android.flexbox:flexbox:3.0.0") implementation ("com.google.android.flexbox:flexbox:3.0.0")
implementation ("com.google.protobuf:protobuf-javalite:4.30.1") implementation ("com.google.protobuf:protobuf-javalite:4.30.2")
implementation("androidx.annotation:annotation-jvm:1.9.1") implementation("androidx.annotation:annotation-jvm:1.9.1")
// ORM // ORM
...@@ -138,7 +138,7 @@ dependencies { ...@@ -138,7 +138,7 @@ dependencies {
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
androidTestImplementation("androidx.test.espresso:espresso-contrib:3.6.1") androidTestImplementation("androidx.test.espresso:espresso-contrib:3.6.1")
androidTestImplementation("androidx.test:rules:1.6.1") androidTestImplementation("androidx.test:rules:1.6.1")
androidTestImplementation("com.squareup.okhttp3:okhttp:4.11.0") androidTestImplementation("com.squareup.okhttp3:okhttp:4.12.0")
androidTestImplementation("androidx.test.espresso:espresso-intents:3.6.1") androidTestImplementation("androidx.test.espresso:espresso-intents:3.6.1")
androidTestImplementation("androidx.test:core:1.6.1") androidTestImplementation("androidx.test:core:1.6.1")
...@@ -150,7 +150,7 @@ dependencies { ...@@ -150,7 +150,7 @@ dependencies {
// RxAndroid // RxAndroid
implementation ("io.reactivex.rxjava3:rxandroid:3.0.2") implementation ("io.reactivex.rxjava3:rxandroid:3.0.2")
implementation ("io.reactivex.rxjava3:rxjava:3.1.9") implementation ("io.reactivex.rxjava3:rxjava:3.1.10")
// Open Street Map // Open Street Map
implementation ("org.osmdroid:osmdroid-android:6.1.20") implementation ("org.osmdroid:osmdroid-android:6.1.20")
......
...@@ -10,7 +10,7 @@ buildscript { ...@@ -10,7 +10,7 @@ buildscript {
} }
val kotlin_version by extra { "1.9.23" } val kotlin_version by extra { "1.9.23" }
val hilt_version by extra { "2.52" } val hilt_version by extra { "2.56.1" }
dependencies { dependencies {
classpath ("com.android.tools.build:gradle:8.8.1") classpath ("com.android.tools.build:gradle:8.8.1")
......
...@@ -27,9 +27,9 @@ dependencies { ...@@ -27,9 +27,9 @@ dependencies {
// Required -- JUnit 4 framework // Required -- JUnit 4 framework
testImplementation ("junit:junit:4.13.2") testImplementation ("junit:junit:4.13.2")
// RxJava // RxJava
implementation ("io.reactivex.rxjava3:rxjava:3.1.9") implementation ("io.reactivex.rxjava3:rxjava:3.1.10")
// gson // gson
implementation ("com.google.code.gson:gson:2.11.0") implementation ("com.google.code.gson:gson:2.12.1")
api("com.google.dagger:dagger:$hilt_version") api("com.google.dagger:dagger:$hilt_version")
kapt("com.google.dagger:dagger-compiler:$hilt_version") kapt("com.google.dagger:dagger-compiler:$hilt_version")
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment