Update dependency com.google.guava:guava to v27.1-jre

This commit is contained in:
Renovate Bot 2021-03-20 18:29:42 +00:00
parent 299b07fcdc
commit 46bf8d9191
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

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"