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