From 80cd84ea59c0105a2366c181928d75651335b7e2 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 28 Dec 2021 04:47:32 +0000 Subject: [PATCH] Update Quote Unquote to 2.7.3-fdroid (25084) --- .../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 0f9b61e0f3..116d65515f 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -225,7 +225,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 2.7.3-fdroid + versionCode: 25084 + commit: f4e172e900bcc228a2fd645aef1bb93f17c811cb + 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.7.2-fdroid -CurrentVersionCode: 2683 +CurrentVersion: 2.7.3-fdroid +CurrentVersionCode: 25084