Skip to content

Commit 83798ef

Browse files
authored
Merge pull request #7937 from vector-im/feature/bma/cleanup
Remove package declaration from AndroidManifest.xml
2 parents 62c07fa + 273d2e6 commit 83798ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

matrix-sdk-android/src/androidTest/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
xmlns:tools="http://schemas.android.com/tools"
3-
package="org.matrix.android.sdk">
2+
xmlns:tools="http://schemas.android.com/tools">
43

54
<application>
65

0 commit comments

Comments
 (0)