Update frontend/android/app/src/main/AndroidManifest.xml
Some checks failed
Test code / Test code (push) Waiting to run
Build and release APK / Build APK (pull_request) Successful in 5m50s
Build web / Build Web (pull_request) Failing after 1s
Test code / Test code (pull_request) Failing after 0s

This commit is contained in:
Remy Moll 2024-05-20 22:18:08 +00:00
parent 6405f33a34
commit 3688229d7b

View File

@ -29,8 +29,13 @@
<meta-data <meta-data
android:name="flutterEmbedding" android:name="flutterEmbedding"
android:value="2" android:value="2"
/>
<meta-data
android:name="com.google.android.geo.API_KEY" android:name="com.google.android.geo.API_KEY"
android:value="AIzaSyCeWk_D2xvfOHLidvV56EZeQCUybypEntw"/> /> android:value="AIzaSyCeWk_D2xvfOHLidvV56EZeQCUybypEntw"
/>
</application> </application>
<!-- Required to query activities that can process text, see: <!-- Required to query activities that can process text, see:
https://developer.android.com/training/package-visibility?hl=en and https://developer.android.com/training/package-visibility?hl=en and