Fixed weird resizing bug - #1304, thanks @ninjatao!

This commit is contained in:
Yair Morgenstern 2019-11-06 19:25:02 +02:00
parent 8fd0f39ed4
commit f6d2143ff6
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

After

Width:  |  Height:  |  Size: 131 B

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app"
minSdkVersion 14
targetSdkVersion 29
versionCode 320
versionName "3.2.0"
versionCode 321
versionName "3.2.0-patch1"
}
// Had to add this crap for Travis to build, it wanted to sign the app