Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit abc4802

Browse files
author
Stefan Kock
committed
SORMAS-Foundation#3584: Bugfix: Downgrade dependencies which make build fail
com.fasterxml.jackson.core:jackson-annotations:2.10.2 -> 2.9.8 com.fasterxml.jackson.core:jackson-core:2.10.2 -> 2.9.8 com.google.guava:guava:30.0-android -> 19.0
1 parent 840cd1b commit abc4802

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sormas-app/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dependencies {
9393
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1'
9494
implementation("de.symeda.sormas:sormas-api:$sormasVersion") { changing = true }
9595
implementation 'com.github.mpkorstanje:simmetrics-core:4.1.1'
96-
implementation 'com.google.guava:guava:30.0-android'
96+
implementation 'com.google.guava:guava:19.0'
9797
implementation 'com.opencsv:opencsv:5.3'
9898
implementation 'commons-beanutils:commons-beanutils:1.9.4'
9999
implementation 'commons-codec:commons-codec:1.15'
@@ -108,8 +108,8 @@ dependencies {
108108
implementation(name: 'CircleProgress-v1.2.1', ext: 'aar')
109109
implementation 'io.reactivex:rxandroid:1.0.1'
110110
implementation 'io.reactivex:rxjava:1.0.14'
111-
implementation 'com.fasterxml.jackson.core:jackson-core:2.10.2'
112-
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.10.2'
111+
implementation 'com.fasterxml.jackson.core:jackson-core:2.9.8'
112+
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.9.8'
113113
implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
114114
implementation "androidx.paging:paging-runtime:$paging_version"
115115
testImplementation 'junit:junit:4.13.1'

0 commit comments

Comments
 (0)