From b342a0dbd0ebfe44db74cb93b8a6e9a304c967f5 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 9 Jan 2023 18:33:54 +0000 Subject: [PATCH] Update Tinc App to 0.36 (36) --- 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 45880a1add..52eb93c3b3 100644 --- a/metadata/org.pacien.tincapp.yml +++ b/metadata/org.pacien.tincapp.yml @@ -300,7 +300,19 @@ Builds: prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle ndk: r22b + - versionName: '0.36' + versionCode: 36 + commit: 9d0466c306ec765d7d28bf0fcbd06f3c32d1194e + 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.35' -CurrentVersionCode: 35 +CurrentVersion: '0.36' +CurrentVersionCode: 36