diff --git a/app/build.gradle b/app/build.gradle index f472e54eb2..4a7372b6dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -336,6 +336,7 @@ dependencies { annotationProcessor "androidx.room:room-compiler:$room_version" // https://mvnrepository.com/artifact/androidx.paging/paging-runtime + // https://developer.android.com/jetpack/androidx/releases/paging implementation "androidx.paging:paging-runtime:$paging_version" // https://mvnrepository.com/artifact/androidx.preference/preference