Merge pull request #7937 from vector-im/feature/bma/cleanup
Remove package declaration from AndroidManifest.xml
This commit is contained in:
commit
83798ef963
|
@ -1,6 +1,5 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools">
|
||||||
package="org.matrix.android.sdk">
|
|
||||||
|
|
||||||
<application>
|
<application>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue