From 9e8f649e59289851599e3d11d1e4adfa10fba95c Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 6 Dec 2021 04:42:32 +0000 Subject: [PATCH] Update Simple Gallery Pro to 6.22.2 (357) --- 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 517e805d2b..a9d744ad42 100644 --- a/metadata/com.simplemobiletools.gallery.pro.yml +++ b/metadata/com.simplemobiletools.gallery.pro.yml @@ -917,7 +917,21 @@ Builds: - foss prebuild: sed -i -e '/(is_proprietary)/,+2d' ../build.gradle + - versionName: 6.22.2 + versionCode: 357 + commit: f88e1848d76f75fac8b9db237db591b8eba17369 + 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.22.1 -CurrentVersionCode: 356 +CurrentVersion: 6.22.2 +CurrentVersionCode: 357