diff --git a/metadata/com.buzbuz.smartautoclicker.yml b/metadata/com.buzbuz.smartautoclicker.yml index 4048c6d732..81ba947b41 100644 --- a/metadata/com.buzbuz.smartautoclicker.yml +++ b/metadata/com.buzbuz.smartautoclicker.yml @@ -143,7 +143,20 @@ Builds: rm: - detection/src/debug + - versionName: 1.5.0 + versionCode: 16 + commit: f7a14052cb1d3c652f97b73a6aa3c67fcdc326d9 + subdir: smartautoclicker + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + rm: + - detection/src/debug + AutoUpdateMode: Version UpdateCheckMode: Tags ^[0-9.]*(|-RC[0-9])$ -CurrentVersion: 1.4.0 -CurrentVersionCode: 15 +CurrentVersion: 1.5.0 +CurrentVersionCode: 16