Update Guava to 27.1-android.

This commit is contained in:
Andreas Schildbach 2019-04-04 23:07:09 +02:00
parent 2f70ccc3a8
commit 4c8df7278e

View file

@ -18,7 +18,7 @@ dependencies {
compile 'androidx.core:core:1.0.1'
compile 'com.squareup.okhttp3:okhttp:3.12.1'
compile 'com.squareup.okhttp3:logging-interceptor:3.12.1'
compile 'com.google.guava:guava:27.0.1-android'
compile 'com.google.guava:guava:27.1-android'
compile 'org.osmdroid:osmdroid-android:6.1.0'
compile 'org.slf4j:slf4j-api:1.7.25'
compile 'com.github.tony19:logback-android:1.3.0-3'