Skip to content

Commit

Permalink
Android: Remove deprecated package= option from Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry committed Sep 1, 2024
1 parent 2e671b8 commit b156826
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builds/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.easyrpg.player"
android:versionCode="1"
android:versionName="1.0"
android:installLocation="auto">
Expand Down

0 comments on commit b156826

Please sign in to comment.