Updated Kotlin & Room
This commit is contained in:
parent
4fbcb5d77f
commit
16f76bc12d
3 changed files with 3 additions and 2 deletions
|
@ -110,7 +110,7 @@ dependencies {
|
|||
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
|
||||
|
||||
def room_version = "2.3.0"
|
||||
def room_version = '2.4.0-beta02'
|
||||
implementation "androidx.room:room-runtime:$room_version"
|
||||
implementation "androidx.room:room-ktx:$room_version"
|
||||
kapt "androidx.room:room-compiler:$room_version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue