Fixed #457 - AI naval units would fortify

This commit is contained in:
Yair Morgenstern
2019-02-18 20:46:50 +02:00
parent add84c4807
commit df237d8686
3 changed files with 13 additions and 4 deletions

View File

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