From ec81c59a390781510fa29c8cc20576d88fe6c038 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 1 Dec 2021 05:53:52 +0000 Subject: [PATCH] Update Quote Unquote to 2.7.2-fdroid (2683) --- .../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 2c26d484a5..0f9b61e0f3 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -212,7 +212,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 2.7.2-fdroid + versionCode: 2683 + commit: 96f50da21427e453ade9180d15cfc34790f189f0 + 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.1-fdroid -CurrentVersionCode: 82 +CurrentVersion: 2.7.2-fdroid +CurrentVersionCode: 2683