From db7678d1d8ec3f5e5de328d0728ff35ef61cf7d7 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 31 Dec 2021 04:57:37 +0000 Subject: [PATCH] Update Quote Unquote to 2.7.5-fdroid (86024) --- .../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 87598c0829..3b62cf1982 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -251,7 +251,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 2.7.5-fdroid + versionCode: 86024 + commit: 1343ef03b8cf4e6660484c66b4e99be15279ef50 + 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.4-fdroid -CurrentVersionCode: 85024 +CurrentVersion: 2.7.5-fdroid +CurrentVersionCode: 86024