From c9d200b351a4a426a7e03b83d1627f9cdf4ab690 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 12 May 2022 05:01:29 +0000 Subject: [PATCH] Update Quote Unquote to 3.0.0-fdroid (952431) --- .../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 112d3135e8..a6f4fd469e 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -368,7 +368,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 3.0.0-fdroid + versionCode: 952431 + commit: 481963c2423622435c8098d34eea0b6744266b6e + 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.9.3-fdroid -CurrentVersionCode: 942431 +CurrentVersion: 3.0.0-fdroid +CurrentVersionCode: 952431