|
|
|
@ -142,10 +142,10 @@ dependencies { |
|
|
|
|
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version" |
|
|
|
|
|
|
|
|
|
//room |
|
|
|
|
def room_version = '2.2.5' |
|
|
|
|
def room_version = '2.2.6' |
|
|
|
|
implementation "androidx.room:room-runtime:$room_version" |
|
|
|
|
kapt "androidx.room:room-compiler:$room_version" |
|
|
|
|
testImplementation "androidx.room:room-testing:2.2.5" |
|
|
|
|
testImplementation "androidx.room:room-testing:$room_version" |
|
|
|
|
|
|
|
|
|
//paging |
|
|
|
|
implementation 'androidx.paging:paging-runtime-ktx:2.1.2' |
|
|
|
|