This commit is contained in:
Yair Morgenstern
2020-08-20 12:30:46 +03:00
parent 2492c17216
commit e7c0710042
28 changed files with 318 additions and 359 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 = 462
const val appVersion = "3.10.1"
const val appCodeNumber = 463
const val appVersion = "3.10.2"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"