Resolved #610 - map generation assigns a set amount of each Strategic resource, which are spread across the map

This commit is contained in:
Yair Morgenstern
2019-04-07 23:16:57 +03:00
parent 42eb3fa297
commit e7f99975eb
4 changed files with 47 additions and 15 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app"
minSdkVersion 14
targetSdkVersion 28
versionCode 224
versionName "2.14.4"
versionCode 225
versionName "2.14.5"
}
// Had to add this crap for Travis to build, it wanted to sign the app