diff --git a/metadata/com.luk.saucenao.yml b/metadata/com.luk.saucenao.yml index df491b5daa..120f04b9d9 100644 --- a/metadata/com.luk.saucenao.yml +++ b/metadata/com.luk.saucenao.yml @@ -130,7 +130,18 @@ Builds: gradle: - github + - versionName: '1.13' + versionCode: 15 + commit: 93891f229d8c585d4bb62ef63372f34f8e049691 + 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.12' -CurrentVersionCode: 14 +CurrentVersion: '1.13' +CurrentVersionCode: 15