Now using Repository instead of ViewModel in DataFetcher as a fix for the database not persisting once updated from Firebase notification responder

This commit is contained in:
Deniz Düzgören
2019-08-14 18:53:56 +02:00
parent 561d06aa5b
commit e0f39c5584
3 changed files with 15 additions and 13 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ android {
applicationId "com.denizd.substitutionplan"
minSdkVersion 21
targetSdkVersion 28
versionCode 24
versionName "2.2.1"
versionCode 25
versionName "2.2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {