This commit is contained in:
Yair Morgenstern
2021-01-02 22:09:08 +02:00
parent 65cc56b5d7
commit ae805284a6
4 changed files with 30 additions and 16 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 = 516
const val appVersion = "3.12.5"
const val appCodeNumber = 517
const val appVersion = "3.12.6"
const val gdxVersion = "1.9.12"
const val roboVMVersion = "2.3.1"