瀏覽代碼

Fix a manifest merger issue

Mario Danic 6 年之前
父節點
當前提交
0e3f6495cf
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/src/gplay/AndroidManifest.xml
  2. 1 1
      app/src/main/AndroidManifest.xml

+ 1 - 1
app/src/gplay/AndroidManifest.xml

@@ -11,7 +11,7 @@
         android:networkSecurityConfig="@xml/network_security_config"
         android:supportsRtl="true"
         android:theme="@style/AppTheme"
-        tools:replace="label, icon, roundIcon, theme, name, allowBackup">
+        tools:replace="label, icon, theme, name, allowBackup">
 
         <meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" />
         <meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />

+ 1 - 1
app/src/main/AndroidManifest.xml

@@ -43,7 +43,7 @@
         android:networkSecurityConfig="@xml/network_security_config"
         android:supportsRtl="true"
         android:theme="@style/AppTheme"
-        tools:replace="label, icon, roundIcon, theme, name, allowBackup">
+        tools:replace="label, icon, theme, name, allowBackup">
 
 
         <meta-data