From 7ca38e7fdde52d830113e2e1e193e6617181e8b7 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 13 Feb 2022 04:43:22 +0000 Subject: [PATCH] Update Quote Unquote to 2.8.3-fdroid (902431) --- .../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 0d9610c30a..e07a6d6666 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -303,7 +303,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 2.8.3-fdroid + versionCode: 902431 + commit: 8514e481e91813e911f3065bda16f608b5d71b0a + 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.8.2-fdroid -CurrentVersionCode: 892431 +CurrentVersion: 2.8.3-fdroid +CurrentVersionCode: 902431