Skip to content

Commit 273d2e6

Browse files
committed
Remove package declaration from AndroidManifest.xml
1 parent 62c07fa commit 273d2e6

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)