4.3.4-patch1

This commit is contained in:
Yair Morgenstern 2022-11-28 19:00:15 +02:00
parent 37d808936a
commit d21e0d91b7
2 changed files with 2 additions and 6 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.7.0"
const val appName = "Unciv"
const val appCodeNumber = 769
const val appVersion = "4.3.4"
const val appCodeNumber = 770
const val appVersion = "4.3.4-patch1"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"

View File

@ -112,10 +112,6 @@ class CivilizationInfo : IsPartOfGameInfoSerialization {
@Transient
var enemyMovementPenaltyUniques: Sequence<Unique>? = null
/** Same as above variable */
@Transient
var isEntireMapRevealed: Sequence<Unique>? = null
@Transient
var statsForNextTurn = Stats()