From 827b25db3e09fa5ab5b3063f46c690898b66f31f Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 4 Nov 2021 04:59:49 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Quote=E2=80=A6=20Unquote=20to=202.7.0-?= =?UTF-8?q?fdroid=20(81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com.github.jameshnsears.quoteunquote.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/metadata/com.github.jameshnsears.quoteunquote.yml b/metadata/com.github.jameshnsears.quoteunquote.yml index 48d62d3345..be3832b161 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -186,7 +186,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 2.7.0-fdroid + versionCode: 81 + commit: 347f527c1c07d6c6c34769b161b37e84a7350ac3 + subdir: app + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - fdroid + prebuild: sed -i -e '/firebase/d' build.gradle + AutoUpdateMode: Version %v UpdateCheckMode: Tags .*-fdroid$ -CurrentVersion: 2.6.5-fdroid -CurrentVersionCode: 80 +CurrentVersion: 2.7.0-fdroid +CurrentVersionCode: 81