change lib to fix crash on startup for older devices

fixes #398
This commit is contained in:
Christian Schneppe 2019-10-19 21:17:18 +02:00
parent 5a3f721eb4
commit 2c2bb185c3
No known key found for this signature in database
GPG key ID: F30B8D686B44D87E

View file

@ -85,7 +85,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:3.12.5' // versions > 3.12.x don't support API level < 21 anymore
implementation 'com.squareup.retrofit2:retrofit:2.6.1'
implementation 'com.squareup.retrofit2:converter-gson:2.6.1'
implementation 'com.google.guava:guava:28.1-jre'
implementation 'com.google.guava:guava:28.1-android'
implementation ('com.github.AppIntro:AppIntro:5.1.0') {
exclude group: 'org.jetbrains' , module:'annotations'
}