Browse Source

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

Update dependency com.google.guava:guava to v27.1-jre
renovate/org.robolectric-robolectric-4.x
Austin Huang 4 years ago
committed by GitHub
parent
commit
bb83a20655
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/build.gradle

2
app/build.gradle

@ -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"

Loading…
Cancel
Save