Distinguished notifications of "trade item TO nation has ended" from "trade item FROM nation has ended"

This commit is contained in:
Yair Morgenstern
2019-10-31 15:55:13 +02:00
parent ff731a9c1a
commit 78027ef249
4 changed files with 12 additions and 6 deletions

View File

@ -621,6 +621,10 @@
Russian:"Предложение [tradeOffer] из [otherCivName] завершилось",
Czech:"[tradeOffer] s civilizací [otherCivName] je u konce."
}
"[tradeOffer] to [otherCivName] has ended":{
}
"One of our trades with [nation] has ended": {

View File

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