Skip to content

Commit

Permalink
Remove package from extension AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
player-03 committed Jun 27, 2024
1 parent 97e1af3 commit 5f7e634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?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" />

1 comment on commit 5f7e634

@player-03
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merged via rebase for a cleaner commit history, but unfortunately that means it didn't link back to #1800. I think in the future I'll stick to the normal and squash merge strategies.

Please sign in to comment.