From ba019c79d9b512468fc48f290a5f86b7a0b1ed03 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 20 Jun 2022 04:49:31 +0000 Subject: [PATCH] Update Quote Unquote to 3.0.7-fdroid (1022432) --- .../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 b4e532dae2..4c29114663 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -446,7 +446,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 3.0.7-fdroid + versionCode: 1022432 + commit: 6a305ce53a8ab5367d3c35db0355fafd58062e95 + 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.6-fdroid -CurrentVersionCode: 1012432 +CurrentVersion: 3.0.7-fdroid +CurrentVersionCode: 1022432