Icons for units replaced by civ unique units are no longer shown in tech button

This commit is contained in:
Yair Morgenstern
2019-04-02 21:53:36 +03:00
parent 5444fd705b
commit e93ed68a2b
3 changed files with 10 additions and 5 deletions

View File

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