map api key update
This commit is contained in:
parent
8b0bd8a5e9
commit
b2ccea60c5
|
@ -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"
|
||||
|
|
2
app.json
2
app.json
|
@ -38,7 +38,7 @@
|
|||
"googleServicesFile": "./android/app/google-services.json",
|
||||
"config": {
|
||||
"googleMaps": {
|
||||
"apiKey": "AIzaSyClPYMkRJrTY9ENwFVBWmFerJXPv07QqZM"
|
||||
"apiKey": "AIzaSyA3yhFDKARfSmU95yaMMQ3SbsW1kOX_gsA"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue