From 7ecafd0cd128b00663d8a9107da31941f693f4f7 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 5 Nov 2021 04:56:19 +0000 Subject: [PATCH] Update Quote Unquote to 2.7.1-fdroid (82) --- .../com.github.jameshnsears.quoteunquote.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/metadata/com.github.jameshnsears.quoteunquote.yml b/metadata/com.github.jameshnsears.quoteunquote.yml index be3832b161..2c26d484a5 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -6,7 +6,7 @@ AuthorEmail: james.hn.sears@gmail.com SourceCode: https://github.com/jameshnsears/QuoteUnquote IssueTracker: https://github.com/jameshnsears/QuoteUnquote/issues -AutoName: Quote… Unquote +AutoName: Quote Unquote RepoType: git Repo: https://github.com/jameshnsears/QuoteUnquote @@ -199,7 +199,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 2.7.1-fdroid + versionCode: 82 + commit: f9c9a51a7d1ec003d8cab8e236427d9445bf6fe1 + 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.7.0-fdroid -CurrentVersionCode: 81 +CurrentVersion: 2.7.1-fdroid +CurrentVersionCode: 82