From f981433993c03ea90fbb8eb9d88a18368d3c8db6 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Fri, 30 Aug 2019 15:25:53 +0200 Subject: [PATCH] Update RiseupVPN to 1.0.1 (141) Fixes #1673 --- metadata/se.leap.riseupvpn.yml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/metadata/se.leap.riseupvpn.yml b/metadata/se.leap.riseupvpn.yml index 9a264da887..6a827e5c60 100644 --- a/metadata/se.leap.riseupvpn.yml +++ b/metadata/se.leap.riseupvpn.yml @@ -57,11 +57,24 @@ Builds: - ./build_deps.sh ndk: r16b -MaintainerNotes: |- - Use absolute path to the proper Gradle version in ics-openvpn/gradlew until - fdroidserver@8e471ad8 is deployed. + - versionName: 1.0.1 + versionCode: 141 + commit: 1.0.1 + subdir: app + submodules: true + gradle: + - customProduction + 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: r20 + +MaintainerNotes: The "build" commands are extracted from build_deps.sh. AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 0.9.10 -CurrentVersionCode: 137 +CurrentVersion: 1.0.1 +CurrentVersionCode: 141