From fcde9a7efd409c67b469d3755f41ca85fc8bcd59 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 1 Jan 2024 11:51:31 +0000 Subject: [PATCH] Update freeDictionary to 1.5.8 (34) --- metadata/io.github.yamin8000.owl.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.yamin8000.owl.yml b/metadata/io.github.yamin8000.owl.yml index abb4672a2b..299c4b458d 100644 --- a/metadata/io.github.yamin8000.owl.yml +++ b/metadata/io.github.yamin8000.owl.yml @@ -65,9 +65,24 @@ Builds: postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines '$$OUT$$' 'META-INF/services/*' + - versionName: 1.5.8 + versionCode: 34 + commit: bfbe6bab4482d8e31d9dc215478e69a0a738b6e7 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + srclibs: + - reproducible-apk-tools@v0.2.3 + postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines '$$OUT$$' + 'META-INF/services/*' + AllowedAPKSigningKeys: c5fc36a2d18057155a471f456216f0b1f07755f33147f938c92ea6275dced4d2 AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.5.7 -CurrentVersionCode: 33 +CurrentVersion: 1.5.8 +CurrentVersionCode: 34