Browse Source
Update dependency com.google.guava:guava to v27.1-jre
renovate/org.robolectric-robolectric-4.x
Renovate Bot
4 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with
1 additions and
1 deletions
-
app/build.gradle
|
@ -81,7 +81,7 @@ dependencies { |
|
|
implementation 'androidx.palette:palette:1.0.0' |
|
|
implementation 'androidx.palette:palette:1.0.0' |
|
|
implementation "androidx.lifecycle:lifecycle-extensions:2.2.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 |
|
|
// Room |
|
|
def room_version = "2.2.6" |
|
|
def room_version = "2.2.6" |
|
|