diff --git a/metadata/com.buzbuz.smartautoclicker.yml b/metadata/com.buzbuz.smartautoclicker.yml index cecc615263..9238c4ac36 100644 --- a/metadata/com.buzbuz.smartautoclicker.yml +++ b/metadata/com.buzbuz.smartautoclicker.yml @@ -106,7 +106,18 @@ Builds: gradle: - yes + - versionName: 1.2.4 + versionCode: 12 + commit: 58722a6a2b66a5057d1b2c09f23e456ea59156f8 + subdir: smartautoclicker + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags ^[0-9.]*(|-RC[0-9])$ -CurrentVersion: 1.2.3 -CurrentVersionCode: 11 +CurrentVersion: 1.2.4 +CurrentVersionCode: 12