Dammit packr

This commit is contained in:
Yair Morgenstern 2019-11-27 20:26:09 +02:00
parent 3d556b6236
commit 8232ca3aee
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -37,7 +37,7 @@
{
"platform": "*",
"paths": [
"jre/lib/rhino.jar"
"jre/lib/rhino.jar",
"jre/lib/amd64/libjfxwebkit.so"
]
},