mirror of
https://github.com/ev-map/EVMap.git
synced 2026-09-12 21:37:01 -04:00
fix Google Maps legacy renderer
This commit is contained in:
1 parent
2283d21ffa
commit
e9240cea0f
1 file changed
+5
@@ -49,6 +49,11 @@
|
||||
android:theme="@style/AppTheme"
|
||||
android:networkSecurityConfig="@xml/network_security_config">
|
||||
|
||||
<!-- required for Google Maps SDK legacy renderer (only on old devices that don't support the new renderer) -->
|
||||
<uses-library
|
||||
android:name="org.apache.http.legacy"
|
||||
android:required="false" />
|
||||
|
||||
<meta-data
|
||||
android:name="com.mapbox.ACCESS_TOKEN"
|
||||
android:value="@string/mapbox_key" />
|
||||
|
||||
Reference in new issue
Block a user