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

build: update zxing and gson dependencies

Change-Id: I6d6c13fb97a63a1f1cd4046716530c7331bd6d47
parent b70789cc
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ dependencies {
// Barcode scanning
implementation("com.journeyapps:zxing-android-embedded:4.3.0") { isTransitive = false }
implementation ("com.google.zxing:core:3.5.1")
implementation ("com.google.zxing:core:3.5.3")
// Dagger dependency injection
implementation("com.google.dagger:hilt-android:$hilt_version")
......
......@@ -16,7 +16,7 @@ dependencies {
exclude(group= "com.fasterxml.jackson.core", module= "jackson-core")
}
// QRCode encoding
implementation ("com.google.zxing:core:3.5.1")
implementation ("com.google.zxing:core:3.5.3")
// dependency injection
implementation( "javax.inject:javax.inject:1")
// ORM
......@@ -27,7 +27,7 @@ dependencies {
// RxJava
implementation ("io.reactivex.rxjava3:rxjava:3.1.8")
// gson
implementation ("com.google.code.gson:gson:2.10.1")
implementation ("com.google.code.gson:gson:2.11.0")
api("com.google.dagger:dagger:$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.
Finish editing this message first!
Please register or to comment