Resolved #1234 - improvements that replace the current improvement now indicated in the improvement picker screen

This commit is contained in:
Yair Morgenstern
2019-10-24 22:18:47 +03:00
parent 6fb3ba0f13
commit 891ea5584f
3 changed files with 12 additions and 2 deletions

View File

@ -851,6 +851,12 @@
Czech:"Zvolte vylepšení"
}
"Provides [resource]":{
}
"Replaces [improvement]":{
}
"Pick now!": { //sample needed
Italian: "Scegli ora!"
German: "Jetzt wählen!"

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app"
minSdkVersion 14
targetSdkVersion 29
versionCode 313
versionName "3.1.8"
versionCode 314
versionName "3.1.9"
}
// Had to add this crap for Travis to build, it wanted to sign the app