From 4cb74091cfbdbc2536e5352c803c67e68b72b139 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 23 Jun 2022 05:09:09 +0000 Subject: [PATCH] Update Quote Unquote to 3.2.0-fdroid (1042432) --- .../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 55f33e73e3..ac8d56e8b0 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -472,7 +472,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 3.2.0-fdroid + versionCode: 1042432 + commit: 95886d81330feefe3a37294b63d0004964bd575b + 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.1.0-fdroid -CurrentVersionCode: 1032432 +CurrentVersion: 3.2.0-fdroid +CurrentVersionCode: 1042432