3.18.9-patch1

This commit is contained in:
yairm210
2021-12-11 19:48:34 +02:00
parent 48bc79c256
commit 72d16dbcd4
2 changed files with 4 additions and 3 deletions

View File

@ -51,7 +51,8 @@ android {
buildTypes { buildTypes {
getByName("release") { getByName("release") {
isMinifyEnabled = true // If you make this true you get a version of the game that just flat-out does't run
isMinifyEnabled = false
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro") proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
} }

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig { object BuildConfig {
const val kotlinVersion = "1.5.30" const val kotlinVersion = "1.5.30"
const val appName = "Unciv" const val appName = "Unciv"
const val appCodeNumber = 655 const val appCodeNumber = 656
const val appVersion = "3.18.9" const val appVersion = "3.18.9-patch1"
const val gdxVersion = "1.10.0" const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1" const val roboVMVersion = "2.3.1"