cleaner ci
Some checks failed
Build and push docker image / Build (pull_request) Failing after 2m7s
Build and release APK / Build APK (pull_request) Failing after 2m49s
Build web / Build Web (pull_request) Successful in 1m13s

This commit is contained in:
2024-06-03 17:36:13 +02:00
parent d5e0b7d51a
commit 87b2e59b0b
6 changed files with 77 additions and 14 deletions

View File

@@ -2,6 +2,8 @@ plugins {
id "com.android.application"
id "kotlin-android"
id "dev.flutter.flutter-gradle-plugin"
id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin'
}
def localProperties = new Properties()

View File

@@ -32,7 +32,7 @@
/>
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="AIzaSyCeWk_D2xvfOHLidvV56EZeQCUybypEntw"
android:value="${MAPS_API_KEY}"
/>