diff --git a/metadata/com.luk.saucenao.yml b/metadata/com.luk.saucenao.yml index e4c0a8c821..a1c6bcd19b 100644 --- a/metadata/com.luk.saucenao.yml +++ b/metadata/com.luk.saucenao.yml @@ -108,7 +108,18 @@ Builds: gradle: - github + - versionName: '1.11' + versionCode: 13 + commit: e61e778fe12d3bb6e271000665b1976571e16d89 + 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.10' -CurrentVersionCode: 12 +CurrentVersion: '1.11' +CurrentVersionCode: 13