From 50cd21dce913d1b14a8f165fb35f499f029e669a Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 21 May 2022 04:44:38 +0000 Subject: [PATCH] Update Quote Unquote to 3.0.1-fdroid (962431) --- .../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 a6f4fd469e..74df55d8ba 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -381,7 +381,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 3.0.1-fdroid + versionCode: 962431 + commit: fb66bdb550d9f5f0f8939890ae5536d91e8a2df2 + 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.0-fdroid -CurrentVersionCode: 952431 +CurrentVersion: 3.0.1-fdroid +CurrentVersionCode: 962431