Move maps manifest to :feature:map (#3444)

This commit is contained in:
Phil Oliver
2025-10-13 10:54:17 -04:00
committed by GitHub
parent 437de91ea3
commit d4a6c8b7cb

View File

@@ -18,19 +18,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- hardware acceleration is required for zxing barcode lib -->
<application
android:name="com.geeksville.mesh.MeshUtilApplication"
android:allowBackup="false"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:hardwareAccelerated="true"
android:theme="@style/SplashTheme"
android:localeConfig="@xml/locales_config">
<application>
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="${MAPS_API_KEY}" />