Skip to content

Commit

Permalink
fix (AndroidManifest): MAPS_API_KEY isn't specified correctly
Browse files Browse the repository at this point in the history
Signed-off-by: sds100 <[email protected]>
  • Loading branch information
sds100 committed Oct 21, 2022
1 parent e478139 commit 98ea0df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) 2022, Stichting Mapcode Foundation (http://www.mapcode.com)
~
~ Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -47,7 +46,7 @@

<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="${MAPS_API_KEY)" />
android:value="${MAPS_API_KEY}" />
</application>

</manifest>

0 comments on commit 98ea0df

Please sign in to comment.