Update Guava to 26.0-android.

This commit is contained in:
Andreas Schildbach 2018-10-08 15:24:42 +02:00
parent 86681291b2
commit c4ab2ac395
3 changed files with 6 additions and 4 deletions

View file

@ -16,7 +16,7 @@ dependencies {
compile 'com.android.support:drawerlayout:28.0.0'
compile 'com.squareup.okhttp3:okhttp:3.11.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.11.0'
compile 'com.google.guava:guava:25.1-android'
compile 'com.google.guava:guava:26.0-android'
compile 'org.slf4j:slf4j-api:1.7.25'
compile 'com.github.tony19:logback-android:1.1.1-8'
compile 'com.google.code.findbugs:jsr305:3.0.0'