diff --git a/metadata/com.luk.saucenao.yml b/metadata/com.luk.saucenao.yml index 120f04b9d9..bc9f2d112d 100644 --- a/metadata/com.luk.saucenao.yml +++ b/metadata/com.luk.saucenao.yml @@ -141,7 +141,18 @@ Builds: gradle: - github + - versionName: '1.14' + versionCode: 16 + commit: dadb655d03d5e1daf63d7eb577926265d04646fa + 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.13' -CurrentVersionCode: 15 +CurrentVersion: '1.14' +CurrentVersionCode: 16