Fix compilation errors due to inconsistencies of external libs

This commit is contained in:
Kirill Kamakin
2021-11-07 21:02:16 +03:00
parent 470d5a4aef
commit 9efd90037c

View File

@@ -72,7 +72,7 @@ dependencies {
implementation 'com.jakewharton.timber:timber:5.0.1' implementation 'com.jakewharton.timber:timber:5.0.1'
def paging_version = "3.0.1" def paging_version = "3.1.0-rc01"
implementation "androidx.paging:paging-runtime-ktx:$paging_version" implementation "androidx.paging:paging-runtime-ktx:$paging_version"
testImplementation "androidx.paging:paging-common-ktx:$paging_version" testImplementation "androidx.paging:paging-common-ktx:$paging_version"