From ffbc3d1e76afd483d853aa4fec589cc4ad88e949 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Sun, 15 Dec 2019 22:36:06 +0000 Subject: [PATCH] Update Bitmask to 1.0.2 (146) --- metadata/se.leap.bitmaskclient.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/metadata/se.leap.bitmaskclient.yml b/metadata/se.leap.bitmaskclient.yml index 469cbaabc7..9e6f47ffe5 100644 --- a/metadata/se.leap.bitmaskclient.yml +++ b/metadata/se.leap.bitmaskclient.yml @@ -121,9 +121,24 @@ Builds: - gradle main:externalNativeBuildCleanNoovpn3Release main:externalNativeBuildNoovpn3Release ndk: r16b + - versionName: 1.0.2 + versionCode: 146 + commit: 1.0.2 + subdir: app + submodules: true + gradle: + - normalProduction + rm: + - ics-openvpn/main/src/main/cpp/mbedtls/tests + prebuild: sed -i -e "/^task updateSdkLicences/,/^}/d; /commandLine 'git'/d" build.gradle + build: + - cd ../ics-openvpn + - gradle main:externalNativeBuildCleanNoovpn3Release main:externalNativeBuildNoovpn3Release + ndk: r16b + MaintainerNotes: The "build" commands are extracted from build_deps.sh. AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 1.0.1 -CurrentVersionCode: 141 +CurrentVersion: 1.0.2 +CurrentVersionCode: 146