v0.8.1: Fixed the following bugs:

- Memory leaks and other errors when using split-screen on Android
- Tengu cleansing doomed debuff between first and second phase
- Equip drops from enemies not graduating in rarity as intended
- Gasses being examinable when not visible
This commit is contained in:
Evan Debenham
2020-06-23 18:25:26 -04:00
parent 804a6a88a9
commit 5594172a41
9 changed files with 32 additions and 10 deletions
+1
View File
@@ -22,6 +22,7 @@
android:label="${appName}"
android:theme="@android:style/Theme.Black.NoTitleBar"
android:resizeableActivity="true"
android:launchMode="singleInstance"
android:allowBackup="true"
android:fullBackupOnly="true"
android:backupAgent=".AndroidBackupHandler">