Merge pull request #829 from austinhuang0131/renovate/com.google.guava-guava-27.x

Update dependency com.google.guava:guava to v27.1-jre
This commit is contained in:
Austin Huang 2021-03-20 18:19:51 -04:00 committed by GitHub
commit bb83a20655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ dependencies {
implementation 'androidx.palette:palette:1.0.0'
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
implementation 'com.google.guava:guava:27.0.1-android'
implementation 'com.google.guava:guava:27.1-jre'
// Room
def room_version = "2.2.6"