From 51dfc5d01bb9cf41b28f6bf9784de2a3bd81e679 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 2 Jun 2023 06:12:09 +0000 Subject: [PATCH] Update Quote Unquote to 4.30.0-fdroid (1582433) --- .../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 08af37498f..67275c2cee 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -851,7 +851,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' -e '/gms/d' {..,.}/build.gradle + - versionName: 4.30.0-fdroid + versionCode: 1582433 + commit: 3f56043e8f5ef0c14497890c6b8dccf661b4c8c7 + subdir: app + submodules: true + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - fdroid + prebuild: sed -i -e '/firebase/d' -e '/gms/d' {..,.}/build.gradle + AutoUpdateMode: Version UpdateCheckMode: Tags .*-fdroid$ -CurrentVersion: 4.29.5-fdroid -CurrentVersionCode: 1562433 +CurrentVersion: 4.30.0-fdroid +CurrentVersionCode: 1582433