Upgrade guava dependency to v27.1

This matches the version currently used in the android master tree
This commit is contained in:
Ben Gruver 2019-08-28 11:59:00 -07:00
parent 4cf7ce758e
commit 519f41e655

View File

@ -87,7 +87,7 @@ subprojects {
ext {
depends = [
guava: 'com.google.guava:guava:18.0',
guava: 'com.google.guava:guava:27.1-android',
findbugs: 'com.google.code.findbugs:jsr305:1.3.9',
junit: 'junit:junit:4.12',
mockito: 'org.mockito:mockito-core:1.10.19',