mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 14:47:29 +00:00
Merge pull request #1233 from austinhuang0131/renovate/androidx.room-room-runtime-2.x
Update dependency androidx.room:room-runtime to v2.3.0
This commit is contained in:
commit
b5bad43630
@ -182,7 +182,7 @@ dependencies {
|
||||
implementation "androidx.core:core:$core_version"
|
||||
|
||||
// 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…
Reference in New Issue
Block a user