Panagiotis Triantafyllou

minor fix

...@@ -24,6 +24,9 @@ ...@@ -24,6 +24,9 @@
24 android:largeHeap="true" 24 android:largeHeap="true"
25 android:roundIcon="@mipmap/ic_launcher_round" 25 android:roundIcon="@mipmap/ic_launcher_round"
26 android:theme="@style/AppTheme"> 26 android:theme="@style/AppTheme">
27 + <meta-data
28 + android:name="com.google.android.geo.API_KEY"
29 + android:value="@string/google_maps_key" />
27 30
28 <activity 31 <activity
29 android:name="warp.ly.android_sdk.activities.SplashActivity" 32 android:name="warp.ly.android_sdk.activities.SplashActivity"
......
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
10 <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/> 10 <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
11 11
12 <application> 12 <application>
13 - <meta-data 13 +<!-- <meta-data-->
14 - android:name="com.google.android.geo.API_KEY" 14 +<!-- android:name="com.google.android.geo.API_KEY"-->
15 - android:value="@string/google_maps_key" /> 15 +<!-- android:value="@string/google_maps_key" />-->
16 16
17 <!-- For Huawei Push --> 17 <!-- For Huawei Push -->
18 <meta-data 18 <meta-data
......