Fix crash with Google maps in Android 9 [Pie] devices.
This commit is contained in:
parent
357cc97e40
commit
4c3822e8c1
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
<meta-data
|
||||
android:name="com.google.android.geo.API_KEY"
|
||||
android:value="@string/google_maps_key"/>
|
||||
<!-- Avoid crashes with Google maps in SDK 28 (Android 9 [Pie]) -->
|
||||
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
|
||||
<activity
|
||||
android:name=".activities.SplashActivity"
|
||||
android:theme="@style/SplashTheme">
|
||||
|
|
Loading…
Reference in a new issue