v0.7.5b: renamed AndroidLauncher to AndroidGame

This commit is contained in:
Evan Debenham
2019-10-12 18:10:54 -04:00
parent 0f52c38e7a
commit b86d7572c8
4 changed files with 18 additions and 18 deletions

View File

@@ -25,7 +25,7 @@
android:backupAgent=".AndroidBackupHandler">
<activity
android:label="${appName}"
android:name=".AndroidLauncher"
android:name=".AndroidGame"
android:screenOrientation="nosensor"
android:configChanges="keyboard|keyboardHidden|orientation">
<intent-filter >