Skip to content

Commit

Permalink
use guava-26.1-android instead of 26.0-android
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Aug 20, 2018
1 parent 45a4536 commit b31bfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repositories {
dependencies {
compile 'com.squareup.okhttp3:okhttp:3.11.0'
compile 'com.moandjiezana.toml:toml4j:0.7.2'
compile 'com.google.guava:guava:26.0-android'
compile 'com.google.guava:guava:26.1-android'
compile 'com.google.code.gson:gson:2.8.5'
compile 'commons-io:commons-io:2.6'
compile 'org.glassfish.jersey.core:jersey-client:2.27'
Expand Down

0 comments on commit b31bfe6

Please sign in to comment.