From 8eb189d2bec48eb93b9dee33b787b328310f0a86 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 13 Dec 2021 03:56:16 +0000 Subject: [PATCH] Update QuickWeather to 2.0.0 (33) --- 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 c750bfca6f..3e75413a8b 100644 --- a/metadata/com.ominous.quickweather.yml +++ b/metadata/com.ominous.quickweather.yml @@ -57,7 +57,18 @@ Builds: gradle: - yes + - versionName: 2.0.0 + versionCode: 33 + commit: d4b6fed9e58953c59881980b0e1446ccecff2211 + 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: 1.3.5 -CurrentVersionCode: 31 +CurrentVersion: 2.0.0 +CurrentVersionCode: 33