mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 09:48:12 +07:00
3.13.3-patch1
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user