diff --git a/metadata/com.luk.saucenao.yml b/metadata/com.luk.saucenao.yml index 77a994d188..1aed1b162c 100644 --- a/metadata/com.luk.saucenao.yml +++ b/metadata/com.luk.saucenao.yml @@ -85,7 +85,18 @@ Builds: gradle: - github + - versionName: '1.9' + versionCode: 11 + commit: 9be68c12e6a028c4c73e6358a7ad2b52810688de + 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.8' -CurrentVersionCode: 9 +CurrentVersion: '1.9' +CurrentVersionCode: 11