3.11.17-patch1

This commit is contained in:
Yair Morgenstern
2020-12-04 00:11:29 +02:00
parent 91e58f45bb
commit 4bb6426b79
2 changed files with 18 additions and 14 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 = 505
const val appVersion = "3.11.17"
const val appCodeNumber = 506
const val appVersion = "3.11.17-patch1"
const val gdxVersion = "1.9.12"
const val roboVMVersion = "2.3.1"