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

build: update dependencies

Change-Id: I513e4e76cbab51b7e865eca04d6855464a9faa88
parent 4f6980b7
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ dependencies {
implementation ("io.noties.markwon:linkify:$markwon_version")
// ORM
implementation ("com.j256.ormlite:ormlite-android:5.6")
implementation ("com.j256.ormlite:ormlite-android:5.7")
// Barcode scanning
implementation("com.journeyapps:zxing-android-embedded:4.3.0") { isTransitive = false }
......
......@@ -6,7 +6,7 @@ buildscript {
}
val kotlin_version by extra { "1.7.10" }
val hilt_version by extra { "2.42" }
val hilt_version by extra { "2.43.2" }
dependencies {
classpath ("com.android.tools.build:gradle:7.2.1")
......
......@@ -17,14 +17,14 @@ dependencies {
// dependency injection
implementation( "javax.inject:javax.inject:1")
// ORM
implementation ("com.j256.ormlite:ormlite-core:5.6")
implementation ("com.j256.ormlite:ormlite-core:5.7")
// Required -- JUnit 4 framework
testImplementation ("junit:junit:4.13.2")
// RxJava
implementation ("io.reactivex.rxjava3:rxjava:3.1.5")
// gson
implementation ("com.google.code.gson:gson:2.9.0")
implementation ("com.google.code.gson:gson:2.9.1")
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