1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Merge pull request #7937 from vector-im/feature/bma/cleanup

Remove package declaration from AndroidManifest.xml
This commit is contained in:
Benoit Marty
2023-01-11 12:27:00 +01:00
committed by GitHub

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>