Initial work on background task.

This commit is contained in:
Amine
2018-11-01 21:51:31 +01:00
parent 880dd1db5c
commit ccab2c7648
5 changed files with 91 additions and 2 deletions

View File

@@ -160,6 +160,8 @@ dependencies {
implementation "androidx.room:room-runtime:$room_version"
kapt "androidx.room:room-compiler:$room_version"
implementation "android.arch.work:work-runtime-ktx:$work_version"
}