From f7539d0de1d8b7bf720505100d565b1f9748db49 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 12 Sep 2022 05:28:54 +0000 Subject: [PATCH] Update Quote Unquote to 4.1.0-fdroid (1092433) --- .../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 19b3bd415c..dd10fec7bf 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -537,7 +537,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' -e '/gms/d' {..,.}/build.gradle + - versionName: 4.1.0-fdroid + versionCode: 1092433 + commit: f3d710df584b8123c7d717ae78943c4c45d32f50 + subdir: app + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - fdroid + prebuild: sed -i -e '/firebase/d' -e '/gms/d' {..,.}/build.gradle + AutoUpdateMode: Version %v UpdateCheckMode: Tags .*-fdroid$ -CurrentVersion: 4.0.2-fdroid -CurrentVersionCode: 1082433 +CurrentVersion: 4.1.0-fdroid +CurrentVersionCode: 1092433