From 5f652826028625f07f0890e105dd968f2ae713c1 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 2 Jan 2022 04:37:41 +0000 Subject: [PATCH] Update Quote Unquote to 2.8.0-fdroid (87024) --- .../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 3b62cf1982..c5a9d320a9 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -264,7 +264,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 2.8.0-fdroid + versionCode: 87024 + commit: 8333840829ae8a53a0d6e2ef7ecc6674a8674e6b + 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.5-fdroid -CurrentVersionCode: 86024 +CurrentVersion: 2.8.0-fdroid +CurrentVersionCode: 87024