Skip to content

Commit 1b270b1

Browse files
committed
update Google Maps API key reference in AndroidManifest.xml
1 parent f647169 commit 1b270b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile-v3/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<!-- TODO: Add your Google Maps API key here -->
1212
<meta-data android:name="com.google.android.geo.API_KEY"
13-
android:value="${MAPS_API_KEY}" />
13+
android:value="${googleMapsKey}" />
1414

1515
<!-- Google Places API key -->
1616
<meta-data

0 commit comments

Comments
 (0)