diff --git a/elaichi/.gitignore b/elaichi/.gitignore index 2d31149f..593ad30f 100644 --- a/elaichi/.gitignore +++ b/elaichi/.gitignore @@ -16,6 +16,8 @@ doc/api/ # If you don't generate coverage info locally you can remove this line. coverage/ +test/.test_coverage.dart + # Avoid committing generated Javascript files: *.dart.js *.info.json # Produced by the --dump-info flag. diff --git a/elaichi/android/app/build.gradle b/elaichi/android/app/build.gradle index c689f653..2de9cf85 100644 --- a/elaichi/android/app/build.gradle +++ b/elaichi/android/app/build.gradle @@ -24,6 +24,7 @@ if (flutterVersionName == null) { apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" +apply plugin: 'com.google.gms.google-services' def keyStoreProperties = new Properties() def keyStorePropertiesFile = rootProject.file('key.properties') diff --git a/elaichi/android/app/src/main/AndroidManifest.xml b/elaichi/android/app/src/main/AndroidManifest.xml index 33400217..1ddf2b0d 100644 --- a/elaichi/android/app/src/main/AndroidManifest.xml +++ b/elaichi/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@ +