diff --git a/metadata/com.buzbuz.smartautoclicker.yml b/metadata/com.buzbuz.smartautoclicker.yml index 81ba947b41..712b828591 100644 --- a/metadata/com.buzbuz.smartautoclicker.yml +++ b/metadata/com.buzbuz.smartautoclicker.yml @@ -156,7 +156,20 @@ Builds: rm: - detection/src/debug + - versionName: 1.5.1 + versionCode: 17 + commit: 30f2be5a7937419da61788fbb02d6e11089ecda5 + 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.5.0 -CurrentVersionCode: 16 +CurrentVersion: 1.5.1 +CurrentVersionCode: 17