From 44bca5750b16f08c308f0c6e8ed8ca1f677fd7d7 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 4 May 2022 04:49:56 +0000 Subject: [PATCH] Update Simple Gallery Pro to 6.23.3 (362) --- 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 1999c1b327..ba283236fa 100644 --- a/metadata/com.simplemobiletools.gallery.pro.yml +++ b/metadata/com.simplemobiletools.gallery.pro.yml @@ -995,7 +995,21 @@ Builds: - foss prebuild: sed -i -e '/(is_proprietary)/,+2d' ../build.gradle + - versionName: 6.23.3 + versionCode: 362 + commit: ccbd19a536840af74df92972221bef8dab03c084 + 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.23.2 -CurrentVersionCode: 361 +CurrentVersion: 6.23.3 +CurrentVersionCode: 362