mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-21 13:18:56 +07:00
Resolved #1234 - improvements that replace the current improvement now indicated in the improvement picker screen
This commit is contained in:
@ -851,6 +851,12 @@
|
||||
Czech:"Zvolte vylepšení"
|
||||
}
|
||||
|
||||
"Provides [resource]":{
|
||||
}
|
||||
|
||||
"Replaces [improvement]":{
|
||||
}
|
||||
|
||||
"Pick now!": { //sample needed
|
||||
Italian: "Scegli ora!"
|
||||
German: "Jetzt wählen!"
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user