Add background process for checking new data and create notifications

This commit is contained in:
2019-09-13 21:02:54 +02:00
committed by Matte23
parent b4d8fb3c77
commit 1b57df88d3
6 changed files with 174 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.1.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.1.0'
implementation "androidx.work:work-runtime-ktx:2.2.0"
implementation "androidx.room:room-runtime:2.2.0-rc01"
kapt "androidx.room:room-compiler:2.2.0-rc01"
implementation "androidx.room:room-ktx:2.2.0-rc01"