mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-27 17:08:34 +03:00
Fix a manifest merger issue
This commit is contained in:
parent
f9beeea652
commit
0e3f6495cf
2 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue