From c90d6f33566f4f560d7bc76ebeff3b02a4f412fc Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 31 Jan 2023 18:33:41 +0000 Subject: [PATCH] Update Tinc App to 0.37 (37) --- metadata/org.pacien.tincapp.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/metadata/org.pacien.tincapp.yml b/metadata/org.pacien.tincapp.yml index 52eb93c3b3..626b8e9e7e 100644 --- a/metadata/org.pacien.tincapp.yml +++ b/metadata/org.pacien.tincapp.yml @@ -312,7 +312,19 @@ Builds: prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle ndk: r22b + - versionName: '0.37' + versionCode: 37 + commit: da8e7b52698d3f9e86be779f44ce69b3fa65c153 + subdir: app + sudo: + - apt-get update + - apt-get install -y make libtool autoconf automake + gradle: + - yes + prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle + ndk: r22b + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '0.36' -CurrentVersionCode: 36 +CurrentVersion: '0.37' +CurrentVersionCode: 37