From e2862efe5047495e6b9a7a8ac6a36e979f3a848f Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 18 Apr 2022 04:57:02 +0000 Subject: [PATCH] Update Quote Unquote to 2.9.3-fdroid (942431) --- .../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 4eb0080351..112d3135e8 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -355,7 +355,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 2.9.3-fdroid + versionCode: 942431 + commit: afaee772d67bc66b2c9424671f1798b674547ea7 + 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.2-fdroid -CurrentVersionCode: 932431 +CurrentVersion: 2.9.3-fdroid +CurrentVersionCode: 942431