From b1af8c287a201224941d8baecce23316817e1120 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 29 May 2022 04:59:51 +0000 Subject: [PATCH] Update Quote Unquote to 3.0.3-fdroid (982431) --- .../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 5454331adc..9a43a6c0a9 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -407,7 +407,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 3.0.3-fdroid + versionCode: 982431 + commit: b7ef329a67a2e086ce2d87d94b93df5a6290494f + 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: 3.0.2-fdroid -CurrentVersionCode: 972431 +CurrentVersion: 3.0.3-fdroid +CurrentVersionCode: 982431