diff --git a/metadata/com.luk.saucenao.yml b/metadata/com.luk.saucenao.yml index 1aed1b162c..663dd7eae7 100644 --- a/metadata/com.luk.saucenao.yml +++ b/metadata/com.luk.saucenao.yml @@ -96,7 +96,18 @@ Builds: gradle: - github + - versionName: '1.10' + versionCode: 12 + commit: c83fc3389b2826f3d11a5e463877fd74718b19c1 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - github + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: '1.9' -CurrentVersionCode: 11 +CurrentVersion: '1.10' +CurrentVersionCode: 12