From d7a0a82cb0455a28377b48f7c67a8e7a35499203 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 9 Jul 2022 03:54:35 +0000 Subject: [PATCH] Update QuickWeather to 2.2.0 (44) --- metadata/com.ominous.quickweather.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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