3.13.3-patch1

This commit is contained in:
Yair Morgenstern
2021-02-27 23:47:08 +02:00
parent d6e75c7ea2
commit ed8d642036
4 changed files with 21 additions and 7 deletions

View File

@ -29,7 +29,7 @@ open class AndroidLauncher : AndroidApplication() {
if(externalfilesDir!=null) GameSaver.externalFilesDirForAndroid = externalfilesDir.path
}
val config = AndroidApplicationConfiguration().apply { useImmersiveMode = true }
val config = AndroidApplicationConfiguration().apply { useImmersiveMode = true; }
val androidParameters = UncivGameParameters(
version = BuildConfig.VERSION_NAME,
crashReportSender = CrashReportSenderAndroid(this),