Browse Source
Merge pull request #1233 from austinhuang0131/renovate/androidx.room-room-runtime-2.x
Update dependency androidx.room:room-runtime to v2.3.0
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/build.gradle
|
@ -182,7 +182,7 @@ dependencies { |
|
|
implementation "androidx.core:core:$core_version" |
|
|
implementation "androidx.core:core:$core_version" |
|
|
|
|
|
|
|
|
// Room |
|
|
// Room |
|
|
def room_version = "2.2.6" |
|
|
|
|
|
|
|
|
def room_version = "2.3.0" |
|
|
implementation "androidx.room:room-runtime:$room_version" |
|
|
implementation "androidx.room:room-runtime:$room_version" |
|
|
implementation "androidx.room:room-guava:$room_version" |
|
|
implementation "androidx.room:room-guava:$room_version" |
|
|
annotationProcessor "androidx.room:room-compiler:$room_version" |
|
|
annotationProcessor "androidx.room:room-compiler:$room_version" |
|
|