From ff2d6b66923d3d75b9333368f0b1e84f7dc1754e Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 1 Jul 2022 04:43:40 +0000 Subject: [PATCH] Update MAXS Module Shell to 0.5.17 (2000504755) --- metadata/org.projectmaxs.module.shell.yml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/metadata/org.projectmaxs.module.shell.yml b/metadata/org.projectmaxs.module.shell.yml index 50482ae239..19c040a656 100644 --- a/metadata/org.projectmaxs.module.shell.yml +++ b/metadata/org.projectmaxs.module.shell.yml @@ -379,7 +379,24 @@ Builds: - module-shell/libraryProjects/root-commands/ExampleApp prebuild: make prebuild + - versionName: 0.5.17 + versionCode: 2000504755 + commit: d227f7f4fb67cdd4337fc26737bea33bcbc39967 + subdir: module-shell + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y imagemagick libxml2-utils + - apt-get install openjdk-11-jdk-headless + - update-alternatives --auto java + init: make -C .. module-shell/Makefile + gradle: + - yes + rm: + - module-shell/libraryProjects/root-commands/ExampleApp + prebuild: make prebuild + AutoUpdateMode: Version %v UpdateCheckMode: Tags .*[0-9]$ -CurrentVersion: 0.5.16 -CurrentVersionCode: 2000504621 +CurrentVersion: 0.5.17 +CurrentVersionCode: 2000504755