From 69e9857edbf3c8bd759bd7fcf42101d2f83db79f Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 19 May 2021 04:58:46 +0000 Subject: [PATCH] Update Just Another Workout Timer to 1.7.0 (20210518) --- .../com.blockbasti.justanotherworkouttimer.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/metadata/com.blockbasti.justanotherworkouttimer.yml b/metadata/com.blockbasti.justanotherworkouttimer.yml index f783298f9b..7cc1822db3 100644 --- a/metadata/com.blockbasti.justanotherworkouttimer.yml +++ b/metadata/com.blockbasti.justanotherworkouttimer.yml @@ -129,8 +129,21 @@ Builds: - $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart - $$flutter$$/bin/flutter build apk + - versionName: 1.7.0 + versionCode: 20210518 + commit: v1.7.0 + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@1.22.6 + prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter packages pub get + - $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart + - $$flutter$$/bin/flutter build apk + AutoUpdateMode: Version v%v UpdateCheckMode: HTTP UpdateCheckData: https://raw.githubusercontent.com/blockbasti/just_another_workout_timer/release/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.6.0 -CurrentVersionCode: 20210311 +CurrentVersion: 1.7.0 +CurrentVersionCode: 20210518