diff --git a/metadata/com.buzbuz.smartautoclicker.yml b/metadata/com.buzbuz.smartautoclicker.yml index ad9b297510..f47d73b4c7 100644 --- a/metadata/com.buzbuz.smartautoclicker.yml +++ b/metadata/com.buzbuz.smartautoclicker.yml @@ -84,7 +84,18 @@ Builds: gradle: - yes + - versionName: 1.2.2 + versionCode: 10 + commit: 25e0693c22db980c9853773353f13b5bb4d4ccf2 + 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.1 -CurrentVersionCode: 9 +CurrentVersion: 1.2.2 +CurrentVersionCode: 10