From c1b027a8cb6c079bb61e2a6cb0174e983e140103 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 15 Oct 2021 04:37:43 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Quote=E2=80=A6=20Unquote=20to=202.6.5-?= =?UTF-8?q?fdroid=20(80)?= 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 877370de33..48d62d3345 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -173,7 +173,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 2.6.5-fdroid + versionCode: 80 + commit: 834884eea9f51909e98328536f1dc4b04c2e271e + 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.4-fdroid -CurrentVersionCode: 79 +CurrentVersion: 2.6.5-fdroid +CurrentVersionCode: 80