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

This commit is contained in:
Renovate Bot 2021-05-09 22:04:14 +00:00
parent 16381ad522
commit 86365f95ea
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,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"