Remove unused xmlns:android declaration

This commit is contained in:
Fredrik Fornwall
2017-06-05 22:45:15 +02:00
parent c06770c353
commit 45bac89298
2 changed files with 2 additions and 4 deletions

View File

@@ -1,3 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.termux.terminal">
<manifest package="com.termux.terminal">
</manifest>