add namespace for AndroidManifest.xml

This commit is contained in:
Nick Fisher
2024-09-25 19:27:04 +08:00
parent 0cd4ecf701
commit cb5580d770

View File

@@ -1,3 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="app.polyvox.filament">
package="dev.thermion.android">
</manifest>