From 72f641f87236a6aa694487bae70e8d2a7dd28e12 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 8 Dec 2023 08:25:55 +0000 Subject: [PATCH] Update QuickWeather to 2.6.0 (77) --- metadata/com.ominous.quickweather.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/metadata/com.ominous.quickweather.yml b/metadata/com.ominous.quickweather.yml index bd1138a637..498b0f73d6 100644 --- a/metadata/com.ominous.quickweather.yml +++ b/metadata/com.ominous.quickweather.yml @@ -380,7 +380,19 @@ Builds: - yes prebuild: sed -i -e 's/1536m/2048m/' ../gradle.properties + - versionName: 2.6.0 + versionCode: 77 + commit: 47a68d554d199ce7219e09770f2c5e5bda96c562 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + prebuild: sed -i -e 's/1536m/2048m/' ../gradle.properties + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 2.5.7 -CurrentVersionCode: 76 +CurrentVersion: 2.6.0 +CurrentVersionCode: 77