Skip to content

Commit

Permalink
update Google Maps API key reference in AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozart299 committed Feb 19, 2025
1 parent f647169 commit 1b270b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile-v3/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

<!-- Google Places API key -->
<meta-data
Expand Down

0 comments on commit 1b270b1

Please sign in to comment.