Remove package declaration from AndroidManifest.xml

This commit is contained in:
Benoit Marty 2023-01-11 11:38:23 +01:00
parent 62c07fa02c
commit 273d2e6a63
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.matrix.android.sdk">
xmlns:tools="http://schemas.android.com/tools">
<application>