From 4dd1e24d31b78dc29eb8ae1d9c71d52580cd22ec Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 24 May 2022 05:13:29 +0000 Subject: [PATCH] Update Quote Unquote to 3.0.2-fdroid (972431) --- .../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 74df55d8ba..5454331adc 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -394,7 +394,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 3.0.2-fdroid + versionCode: 972431 + commit: 6bfc1befa6d248d5b1bffe4589948c3357afa63a + 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.1-fdroid -CurrentVersionCode: 962431 +CurrentVersion: 3.0.2-fdroid +CurrentVersionCode: 972431