Remove package from extension AndroidManifest.xml

Per https://developer.android.com/guide/topics/manifest/manifest-element#package
This commit is contained in:
player-03
2024-06-13 15:51:31 -04:00
parent 97e1af377a
commit 5f7e63425e

View File

@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.haxe.extension.::extensionLowerCase::" /> <manifest xmlns:android="http://schemas.android.com/apk/res/android" />