From fb0fdd654f3a3e3f91f4a23b7eb13b49b120eb62 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 7 Jul 2022 21:47:48 +0000 Subject: [PATCH] Update Pluvia to 1.5.0 (36) --- metadata/com.spicychair.weather.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/metadata/com.spicychair.weather.yml b/metadata/com.spicychair.weather.yml index f360dc7570..a1470f6dac 100644 --- a/metadata/com.spicychair.weather.yml +++ b/metadata/com.spicychair.weather.yml @@ -96,8 +96,24 @@ Builds: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk + - versionName: 1.5.0 + versionCode: 36 + commit: a8986d5a4f07e650c2f18223229ce18bfd7875d8 + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@2.5.3 + rm: + - ios + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter build apk + AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.4.7 -CurrentVersionCode: 34 +CurrentVersion: 1.5.0 +CurrentVersionCode: 36