Compare commits

...

8 Commits

Author SHA1 Message Date
Corbin Champion
0f856f65cc
Merge branch 'master' into proot-catchup 2021-10-05 13:33:10 -07:00
Corbin Champion
3674908829 proot fix getresuid/gid 2021-10-05 13:10:40 -07:00
Corbin Champion
bef9b47e87 fix qemu proot interaction 2021-10-04 10:20:36 -07:00
Corbin Champion
482a5e36a8 bump version 2021-10-01 14:39:23 -07:00
Corbin Champion
fd3a8c8d8e dont include firebase artifacts in coverage report 2021-10-01 13:47:16 -07:00
Corbin Champion
e017bef3b3 skip instrumented tests 2021-10-01 13:31:13 -07:00
Corbin Champion
7a448061a3 lint fix 2021-10-01 13:15:14 -07:00
Corbin Champion
bf0bd1f6e4 skip vnc test for now 2021-10-01 13:09:30 -07:00

View File

@ -24,7 +24,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode vcode
versionName "2.8.0"
versionName "2.8.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
@ -200,7 +200,7 @@ ext.architectures = ["armeabi-v7a", "arm64-v8a", "x86", "x86_64"]
ext.libDir = "$project.projectDir/src/main/jniLibs"
task downloadAssets(type: Download) {
def assetVersion = "v1.2.5"
def assetVersion = "v1.2.6"
def baseUrl = "https://github.com/CypherpunkArmory/UserLAnd-Assets-Support/releases/download/$assetVersion"
for (arch in architectures) {
src "$baseUrl/$arch-assets.zip"