diff --git a/metadata/com.mrmannwood.hexlauncher.yml b/metadata/com.mrmannwood.hexlauncher.yml index b08e8f8a33..fb74067ad7 100644 --- a/metadata/com.mrmannwood.hexlauncher.yml +++ b/metadata/com.mrmannwood.hexlauncher.yml @@ -35,7 +35,18 @@ Builds: gradle: - yes + - versionName: 1.4.3 + versionCode: 43 + commit: 2211c6c10ce23b92eaa911e545c41daf9037ce63 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: 1.4.1 -CurrentVersionCode: 41 +CurrentVersion: 1.4.3 +CurrentVersionCode: 43