This commit is contained in:
yairm210
2021-08-21 21:22:24 +03:00
parent 0118eb6425
commit 7228b2d4ae
31 changed files with 2607 additions and 473 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.4.30"
const val appName = "Unciv"
const val appCodeNumber = 612
const val appVersion = "3.16.5-googlePlayPushTest"
const val appCodeNumber = 613
const val appVersion = "3.16.6"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"