Maybe solved a concurrency-related java.lang.IllegalArgumentException from CameraStageBaseScreen.render

It's hard to tell because it only crops extremely randomly in, like, 1 in a 1000 games, and the users just continue on with their lives,
But it's a crash record and we want 0 of those!
This commit is contained in:
Yair Morgenstern
2018-12-19 19:53:53 +02:00
parent a677850084
commit 51b62028a8
2 changed files with 11 additions and 9 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.game"
minSdkVersion 14
targetSdkVersion 28
versionCode 182
versionName "2.11.0"
versionCode 183
versionName "2.11.1"
}
// Had to add this crap for Travis to build, it wanted to sign the app