Fix crash with Google maps in Android 9 [Pie] devices.

This commit is contained in:
Severiano Jaramillo 2019-01-22 10:17:22 -06:00
parent 357cc97e40
commit 4c3822e8c1

View file

@ -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">