diff --git a/app/build.gradle b/app/build.gradle index 25ecc6c7f..6d2ad3726 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -132,9 +132,10 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.0.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.viewpager2:viewpager2:1.0.0' - implementation 'com.google.android.material:material:1.2.0' + implementation 'com.google.android.material:material:1.2.1' implementation 'com.google.android:flexbox:1.1.0' implementation 'com.google.code.gson:gson:2.8.6' + testImplementation "androidx.room:room-testing:2.2.5" //lifecycle def lifecycle_version = '2.2.0' @@ -145,6 +146,7 @@ dependencies { def room_version = '2.2.5' implementation "androidx.room:room-runtime:$room_version" kapt "androidx.room:room-compiler:$room_version" + testImplementation "androidx.room:room-testing:2.2.5" //paging implementation 'androidx.paging:paging-runtime-ktx:2.1.2' @@ -208,4 +210,5 @@ dependencies { //implementation 'fadeapp.widgets:scrollless-recyclerView:1.0.2' } -apply plugin: 'com.google.gms.google-services' \ No newline at end of file +apply plugin: 'com.google.gms.google-services' +apply plugin: 'kotlin-android-extensions' \ No newline at end of file