ソースを参照

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