diff --git a/metadata/org.woheller69.weather.yml b/metadata/org.woheller69.weather.yml index bd4b25d47f..03f9dfef30 100644 --- a/metadata/org.woheller69.weather.yml +++ b/metadata/org.woheller69.weather.yml @@ -260,7 +260,18 @@ Builds: gradle: - yes + - versionName: '5.6' + versionCode: 56 + commit: e4ac2050e7a8a86d9775f2b4ab749d9f3a26fa5e + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version V%v UpdateCheckMode: Tags -CurrentVersion: '5.5' -CurrentVersionCode: 55 +CurrentVersion: '5.6' +CurrentVersionCode: 56