Implement common base structure #7

Closed
kscheidecker wants to merge 36 commits from feature/backend/unify-api-communication into main
Showing only changes of commit e85befebb1 - Show all commits

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