map api key update

This commit is contained in:
sangeetha 2024-06-19 16:56:11 +05:30
parent 8b0bd8a5e9
commit b2ccea60c5
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
android:allowBackup="false"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme">
<meta-data android:name="com.google.android.geo.API_KEY" android:value="AIzaSyClPYMkRJrTY9ENwFVBWmFerJXPv07QqZM"/>
<meta-data android:name="com.google.android.geo.API_KEY" android:value="AIzaSyA3yhFDKARfSmU95yaMMQ3SbsW1kOX_gsA"/>
<activity
android:name=".MainActivity"
android:label="@string/app_name"

View File

@ -38,7 +38,7 @@
"googleServicesFile": "./android/app/google-services.json",
"config": {
"googleMaps": {
"apiKey": "AIzaSyClPYMkRJrTY9ENwFVBWmFerJXPv07QqZM"
"apiKey": "AIzaSyA3yhFDKARfSmU95yaMMQ3SbsW1kOX_gsA"
}
}
},

View File

@ -48,7 +48,7 @@
<key>NSContactsUsageDescription</key>
<string>Allow contact access</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>AIzaSyClPYMkRJrTY9ENwFVBWmFerJXPv07QqZM</string>
<string>AIzaSyA3yhFDKARfSmU95yaMMQ3SbsW1kOX_gsA</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Turning on location services allows us to show you when tedqu are nearby</string>
<key>NSMicrophoneUsageDescription</key>