fix Google Maps legacy renderer

This commit is contained in:
johan12345 committed 2026-08-22 16:36:18 +02:00
1 parent 2283d21ffa
commit e9240cea0f
1 file changed
+5
+5
View File
@@ -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" />