|
|
@ -152,7 +152,7 @@ dependencies { |
|
|
|
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version" |
|
|
|
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_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" |
|
|
|
kapt "androidx.room:room-compiler:$room_version" |
|
|
|
kapt "androidx.room:room-compiler:$room_version" |
|
|
|
testImplementation "androidx.room:room-testing:$room_version" |
|
|
|
testImplementation "androidx.room:room-testing:$room_version" |
|
|
|