Replaced recurring background fetch with Firebase solution including broadcast function

This commit is contained in:
Deniz Düzgören
2019-08-12 13:10:05 +02:00
parent eb758ed077
commit 29e03a4179
8 changed files with 98 additions and 64 deletions
+6 -2
View File
@@ -9,8 +9,8 @@ android {
applicationId "com.denizd.substitutionplan"
minSdkVersion 21
targetSdkVersion 28
versionCode 22
versionName "2.1.5"
versionCode 23
versionName "2.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
@@ -35,6 +35,8 @@ dependencies {
implementation 'com.google.android.material:material:1.1.0-alpha09'
implementation 'com.android.support:customtabs:28.0.0'
implementation 'com.google.firebase:firebase-messaging:19.0.1'
// implementation 'androidx.core:core-ktx:1.0.2'
implementation 'com.jaredrummler:android-device-names:1.1.8'
@@ -55,3 +57,5 @@ dependencies {
repositories {
mavenCentral()
}
apply plugin: 'com.google.gms.google-services'