Dammit packr
This commit is contained in:
parent
3d556b6236
commit
8232ca3aee
2 changed files with 3 additions and 3 deletions
|
@ -21,8 +21,8 @@ android {
|
||||||
applicationId "com.unciv.app"
|
applicationId "com.unciv.app"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 330
|
versionCode 331
|
||||||
versionName "3.3.1"
|
versionName "3.3.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Had to add this crap for Travis to build, it wanted to sign the app
|
// Had to add this crap for Travis to build, it wanted to sign the app
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
{
|
{
|
||||||
"platform": "*",
|
"platform": "*",
|
||||||
"paths": [
|
"paths": [
|
||||||
"jre/lib/rhino.jar"
|
"jre/lib/rhino.jar",
|
||||||
"jre/lib/amd64/libjfxwebkit.so"
|
"jre/lib/amd64/libjfxwebkit.so"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue