3.10.5-patch1

This commit is contained in:
Yair Morgenstern
2020-08-30 20:50:56 +03:00
parent fb38fb9da7
commit 683cbb5864
26 changed files with 149 additions and 246 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.3.71"
const val appName = "Unciv"
const val appCodeNumber = 466
const val appVersion = "3.10.5"
const val appCodeNumber = 467
const val appVersion = "3.10.5-patch1"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"