From 17e2d89c7d6d1851d5db94941a1fba88c65d6660 Mon Sep 17 00:00:00 2001 From: Guy Luz Date: Fri, 29 Dec 2023 20:43:23 +0200 Subject: [PATCH] Fixed app not loading from store, missing ads APPLICATION_ID --- android/app/build.gradle | 4 +++- android/app/src/main/AndroidManifest.xml | 3 +++ pubspec.yaml | 2 -- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index c5127821..fe36f8a3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -91,4 +91,6 @@ flutter { source '../..' } -dependencies {} +dependencies { + implementation 'com.google.android.gms:play-services-ads:22.6.0' +} diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 198ade3f..56bb6cf1 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -52,5 +52,8 @@ android:name="flutterEmbedding" android:value="2" /> + \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 48c84cf7..371ac91e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,9 +21,7 @@ flutter: uses-material-design: true assets: - assets/ - - assets/symbols/ - assets/translations/ - - assets/gif/ fonts: - family: gidole_regular