From 360a8a2695b805030952180e06383ad56341a908 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 27 Jun 2022 05:31:32 +0000 Subject: [PATCH] Update Quote Unquote to 3.2.1-fdroid (1052432) --- .../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 ac8d56e8b0..1c72c8b0a0 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -485,7 +485,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 3.2.1-fdroid + versionCode: 1052432 + commit: ee0b1da3d066e45267cdb64fbea6ce5400612b3d + 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.2.0-fdroid -CurrentVersionCode: 1042432 +CurrentVersion: 3.2.1-fdroid +CurrentVersionCode: 1052432