diff --git a/metadata/com.buzbuz.smartautoclicker.yml b/metadata/com.buzbuz.smartautoclicker.yml index abbca5ebeb..e930b1d40a 100644 --- a/metadata/com.buzbuz.smartautoclicker.yml +++ b/metadata/com.buzbuz.smartautoclicker.yml @@ -128,7 +128,18 @@ Builds: gradle: - yes + - versionName: 1.3.1 + versionCode: 14 + commit: dca78d0dee1172c67258d2a0bd85834d76c692a4 + 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.3.0 -CurrentVersionCode: 13 +CurrentVersion: 1.3.1 +CurrentVersionCode: 14