From 61c0b986f8ef57a072a8b9e5c0a19079fe52b252 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 9 May 2020 06:42:01 +0000 Subject: [PATCH] Update android/app/build.gradle --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index dd7a10a..551904e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -95,10 +95,10 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'com.google.firebase:firebase-messaging:20.1.6' + implementation 'com.google.firebase:firebase-messaging:19.0.1' // Workaround for https://github.com/microg/android_packages_apps_GmsCore/issues/313#issuecomment-617651698 testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' } -apply plugin: "com.google.gms.google-services" \ No newline at end of file +apply plugin: "com.google.gms.google-services"