diff --git a/metadata/com.simplemobiletools.gallery.pro.yml b/metadata/com.simplemobiletools.gallery.pro.yml index abfdcde70c..4a507cbbc8 100644 --- a/metadata/com.simplemobiletools.gallery.pro.yml +++ b/metadata/com.simplemobiletools.gallery.pro.yml @@ -1037,7 +1037,21 @@ Builds: - foss prebuild: sed -i -e '/(is_proprietary)/,+2d' ../build.gradle + - versionName: 6.23.6 + versionCode: 365 + commit: a12b68a51264df93a0d904c11f4d65f74d0988d9 + 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.5 -CurrentVersionCode: 364 +CurrentVersion: 6.23.6 +CurrentVersionCode: 365