Androidx : set paging to 2.0.0 as it seems better at the moment

This commit is contained in:
ganfra
2019-01-17 15:04:57 +01:00
parent ac2d20ad3f
commit c20cbf7110
4 changed files with 9 additions and 31 deletions

View File

@ -40,7 +40,7 @@ dependencies {
implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
// Paging
implementation 'androidx.paging:paging-runtime:2.1.0-rc01'
implementation 'androidx.paging:paging-runtime:2.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'