|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
diff --git a/android/app/build.gradle b/android/app/build.gradle
|
|
|
|
|
index f92f73f3..6d389efb 100644
|
|
|
|
|
index bb8e015cd..3ff4a7579 100644
|
|
|
|
|
--- a/android/app/build.gradle
|
|
|
|
|
+++ b/android/app/build.gradle
|
|
|
|
|
@@ -2,7 +2,7 @@ plugins {
|
|
|
|
@ -11,13 +11,15 @@ index f92f73f3..6d389efb 100644
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
def localProperties = new Properties()
|
|
|
|
|
@@ -83,10 +83,10 @@ flutter {
|
|
|
|
|
@@ -97,11 +97,12 @@ flutter {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
- //implementation 'com.google.firebase:firebase-messaging:19.0.1' // Workaround for https://github.com/microg/android_packages_apps_GmsCore/issues/313#issuecomment-617651698
|
|
|
|
|
+ implementation 'com.google.firebase:firebase-messaging:19.0.1' // Workaround for https://github.com/microg/android_packages_apps_GmsCore/issues/313#issuecomment-617651698
|
|
|
|
|
+ implementation 'com.google.firebase:firebase-messaging:19.0.1'
|
|
|
|
|
+ // Workaround for https://github.com/microg/android_packages_apps_GmsCore/issues/313#issuecomment-617651698
|
|
|
|
|
implementation 'androidx.multidex:multidex:2.0.1'
|
|
|
|
|
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4")
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
configurations.all {
|
|
|
|
@ -97,7 +99,7 @@ index b2fd960a..fdb01a4d 100644
|
|
|
|
|
+++ b/android/settings.gradle
|
|
|
|
|
@@ -20,7 +20,7 @@ plugins {
|
|
|
|
|
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
|
|
|
|
id "com.android.application" version "7.3.1" apply false
|
|
|
|
|
id "com.android.application" version "8.7.3" apply false
|
|
|
|
|
id "org.jetbrains.kotlin.android" version "2.1.10" apply false
|
|
|
|
|
- // id "com.google.gms.google-services" version "4.3.8" apply false
|
|
|
|
|
+ id "com.google.gms.google-services" version "4.3.8" apply false
|
|
|
|
|