From 8413fedcca0f2fff1ed754a664098163197baf3e Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 25 Apr 2023 13:42:06 +0000 Subject: [PATCH] Update Dooz to 1.0.6 (7) --- 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 6272f39374..466f60aae4 100644 --- a/metadata/io.github.yamin8000.dooz.yml +++ b/metadata/io.github.yamin8000.dooz.yml @@ -49,9 +49,25 @@ Builds: postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$ 'META-INF/services/*' + - versionName: 1.0.6 + versionCode: 7 + commit: d144a8e868afb0515e91f690f8189f0c57592445 + 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.5 -CurrentVersionCode: 6 +CurrentVersion: 1.0.6 +CurrentVersionCode: 7