From 7715f136cfdea42965c72719452a295067d07950 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 7 Jan 2023 18:54:03 +0000 Subject: [PATCH] Update Tinc App to 0.35 (35) --- 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 e94ef4918b..45880a1add 100644 --- a/metadata/org.pacien.tincapp.yml +++ b/metadata/org.pacien.tincapp.yml @@ -288,7 +288,19 @@ Builds: prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle ndk: r22b + - versionName: '0.35' + versionCode: 35 + commit: 8a470f31c97ee754f835f09a20c9b281a645e1e3 + 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.34' -CurrentVersionCode: 34 +CurrentVersion: '0.35' +CurrentVersionCode: 35