From 1b0e67a22fd640d01728606872e8674f6b1bf20c Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 27 Oct 2021 04:40:13 +0000 Subject: [PATCH] Update Simple Gallery Pro to 6.22.0 (355) --- metadata/com.simplemobiletools.gallery.pro.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/metadata/com.simplemobiletools.gallery.pro.yml b/metadata/com.simplemobiletools.gallery.pro.yml index fc08f7c282..5b952b40b3 100644 --- a/metadata/com.simplemobiletools.gallery.pro.yml +++ b/metadata/com.simplemobiletools.gallery.pro.yml @@ -889,7 +889,21 @@ Builds: - foss prebuild: sed -i -e '/(is_proprietary)/,+2d' ../build.gradle + - versionName: 6.22.0 + versionCode: 355 + commit: 0c1e87fd1c9a38bf27ecd83dfc145c7277907e30 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + patch: + - build.patch + gradle: + - foss + prebuild: sed -i -e '/(is_proprietary)/,+2d' ../build.gradle + AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: 6.21.7 -CurrentVersionCode: 354 +CurrentVersion: 6.22.0 +CurrentVersionCode: 355