Fix Android manifest name

This commit is contained in:
elasota
2020-10-17 12:22:56 -04:00
parent 10a5b85edb
commit 7c025337dc

View File

@@ -3,7 +3,7 @@
com.gamemaker.game com.gamemaker.game
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.glideport.game" package="org.thecodedeposit.aerofoil"
android:versionCode="1" android:versionCode="1"
android:versionName="1.0" android:versionName="1.0"
android:installLocation="auto"> android:installLocation="auto">