From 3d1017c43bd43f9cb209e74257e0101847061388 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 10 Oct 2021 04:40:38 +0000 Subject: [PATCH] Update Simple Gallery Pro to 6.21.4 (350) --- 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 37e9529c02..a75fbffb02 100644 --- a/metadata/com.simplemobiletools.gallery.pro.yml +++ b/metadata/com.simplemobiletools.gallery.pro.yml @@ -847,7 +847,21 @@ Builds: - foss prebuild: sed -i -e '/(is_proprietary)/,+2d' ../build.gradle + - versionName: 6.21.4 + versionCode: 350 + commit: 7bce1ce3146e6ed7df5e534099e9cd0dd874bb4f + 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.3 -CurrentVersionCode: 349 +CurrentVersion: 6.21.4 +CurrentVersionCode: 350