Add swipe to refresh

This commit is contained in:
2019-09-25 19:41:45 +02:00
committed by Matte23
parent d3915dc020
commit 275c819be5
9 changed files with 64 additions and 18 deletions

View File

@@ -48,6 +48,7 @@ dependencies {
implementation "androidx.work:work-runtime-ktx:2.2.0"
implementation "androidx.room:room-runtime:2.2.0-rc01"
implementation 'androidx.preference:preference:1.1.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
kapt "androidx.room:room-compiler:2.2.0-rc01"
implementation "androidx.room:room-ktx:2.2.0-rc01"
testImplementation 'junit:junit:4.12'