From 701e950bc4bc069564ba833987369345f9409955 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 20 Dec 2023 11:57:27 +0000 Subject: [PATCH] Update Dooz to 1.0.14 (14) --- metadata/io.github.yamin8000.dooz.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.yamin8000.dooz.yml b/metadata/io.github.yamin8000.dooz.yml index 21d96d310c..17b5ce490b 100644 --- a/metadata/io.github.yamin8000.dooz.yml +++ b/metadata/io.github.yamin8000.dooz.yml @@ -129,9 +129,25 @@ Builds: postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$ 'META-INF/services/*' + - versionName: 1.0.14 + versionCode: 14 + commit: a2cd7cb0f911bd166a9069a88814eda0cfc3eea2 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - free + srclibs: + - reproducible-apk-tools@v0.2.3 + prebuild: sed -i -e '/IdSuffix/d' build.gradle + postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$ + 'META-INF/services/*' + AllowedAPKSigningKeys: c5fc36a2d18057155a471f456216f0b1f07755f33147f938c92ea6275dced4d2 AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.0.12 -CurrentVersionCode: 12 +CurrentVersion: 1.0.14 +CurrentVersionCode: 14