diff --git a/metadata/com.ominous.quickweather.yml b/metadata/com.ominous.quickweather.yml index 49cb938744..4c12855189 100644 --- a/metadata/com.ominous.quickweather.yml +++ b/metadata/com.ominous.quickweather.yml @@ -112,7 +112,18 @@ Builds: gradle: - yes + - versionName: 2.2.0 + versionCode: 44 + commit: fb5dc8f60de4db564e9bb1781c0342171d777b49 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: 2.1.2 -CurrentVersionCode: 40 +CurrentVersion: 2.2.0 +CurrentVersionCode: 44