mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 07:09:26 +07:00
Distinguished notifications of "trade item TO nation has ended" from "trade item FROM nation has ended"
This commit is contained in:
@ -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": {
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user