From d336f3b4c659b06f0e1f3926cef80261e9087d6d Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 8 Oct 2021 04:50:47 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Quote=E2=80=A6=20Unquote=20to=202.6.4-?= =?UTF-8?q?fdroid=20(79)?= 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 c117846961..877370de33 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -160,7 +160,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 2.6.4-fdroid + versionCode: 79 + commit: a9fac3cec6ebf924a60d287856dc880ada28a22f + 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.3-fdroid -CurrentVersionCode: 78 +CurrentVersion: 2.6.4-fdroid +CurrentVersionCode: 79