build: remove deprecated package declaration in android manifest

This commit is contained in:
thunderbiscuit
2024-04-09 16:13:19 -04:00
parent f698d46392
commit 7b9e71714f

View File

@@ -1,6 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.bitcoindevkit">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
</manifest>