Browse Source

Update dependency androidx.room:room-guava to v2.3.0

renovate/org.robolectric-robolectric-4.x
Renovate Bot 4 years ago
parent
commit
d2bc30bb20
No known key found for this signature in database GPG Key ID: 81C63AE1C224182B
  1. 2
      app/build.gradle

2
app/build.gradle

@ -143,7 +143,7 @@ dependencies {
implementation 'com.google.guava:guava:27.0.1-android'
// Room
def room_version = "2.2.6"
def room_version = "2.3.0"
implementation "androidx.room:room-runtime:$room_version"
implementation "androidx.room:room-guava:$room_version"
annotationProcessor "androidx.room:room-compiler:$room_version"

Loading…
Cancel
Save