From 6b59b2e65851c11981501a6523206a10cd6541b8 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 21 Feb 2022 04:37:35 +0000 Subject: [PATCH] Update Quote Unquote to 2.9.0-fdroid (912431) --- .../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 e07a6d6666..12b105092a 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -316,7 +316,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 2.9.0-fdroid + versionCode: 912431 + commit: 115da7789b68ce05518ee7d70c7daa97d35d7300 + 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.8.3-fdroid -CurrentVersionCode: 902431 +CurrentVersion: 2.9.0-fdroid +CurrentVersionCode: 912431