mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 09:55:40 +03:00
Remove package declaration from AndroidManifest.xml
This commit is contained in:
parent
62c07fa02c
commit
273d2e6a63
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue