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

build: update dependencies

Change-Id: I3c3da32677bbb85997caf888d3dfe4f9287693e3
parent 368e3f05
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ android {
}
dependencies {
def dagger_version = '2.30.1'
def dagger_version = '2.33'
implementation fileTree(include: '*.jar', dir: 'libs')
implementation project(':libringclient')
......@@ -96,7 +96,7 @@ dependencies {
implementation "androidx.percentlayout:percentlayout:1.0.0"
implementation "com.google.android.material:material:1.3.0"
implementation 'com.google.android:flexbox:1.1.1'
implementation 'org.osmdroid:osmdroid-android:6.1.8'
implementation 'org.osmdroid:osmdroid-android:6.1.10'
// ORM
implementation 'com.j256.ormlite:ormlite-android:5.3'
......@@ -115,8 +115,8 @@ dependencies {
annotationProcessor "com.google.dagger:dagger-compiler:$dagger_version"
// Glide
implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
// RxAndroid
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
......
......@@ -17,10 +17,10 @@ dependencies {
compile 'com.j256.ormlite:ormlite-core:5.3'
// Required -- JUnit 4 framework
testCompile 'junit:junit:4.13'
testCompile 'junit:junit:4.13.2'
// RxJava
compile "io.reactivex.rxjava2:rxjava:2.2.16"
compile 'io.reactivex.rxjava2:rxjava:2.2.21'
// gson
compile 'com.google.code.gson:gson:2.8.6'
......
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