Skip to content

Commit 98ea0df

Browse files
committed
fix (AndroidManifest): MAPS_API_KEY isn't specified correctly
Signed-off-by: sds100 <[email protected]>
1 parent e478139 commit 98ea0df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
1+
<?xml version="1.0" encoding="utf-8"?><!--
32
~ Copyright (C) 2022, Stichting Mapcode Foundation (http://www.mapcode.com)
43
~
54
~ Licensed under the Apache License, Version 2.0 (the "License");
@@ -47,7 +46,7 @@
4746

4847
<meta-data
4948
android:name="com.google.android.geo.API_KEY"
50-
android:value="${MAPS_API_KEY)" />
49+
android:value="${MAPS_API_KEY}" />
5150
</application>
5251

5352
</manifest>

0 commit comments

Comments
 (0)