From 66a37c7dbaa6d20791bb7b423d6ed927e8ea5609 Mon Sep 17 00:00:00 2001 From: Bastian Block Date: Fri, 26 Feb 2021 10:56:42 +0000 Subject: [PATCH] Update com.blockbasti.justanotherworkouttimer.yml --- ...com.blockbasti.justanotherworkouttimer.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/metadata/com.blockbasti.justanotherworkouttimer.yml b/metadata/com.blockbasti.justanotherworkouttimer.yml index 07de72198e..d32418475c 100644 --- a/metadata/com.blockbasti.justanotherworkouttimer.yml +++ b/metadata/com.blockbasti.justanotherworkouttimer.yml @@ -77,8 +77,21 @@ Builds: - $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart - $$flutter$$/bin/flutter build apk + - versionName: 1.4.0 + versionCode: 20210221 + commit: v1.4.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/main/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.3.0 -CurrentVersionCode: 20210209 +UpdateCheckData: https://raw.githubusercontent.com/blockbasti/just_another_workout_timer/release/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 1.4.0 +CurrentVersionCode: 20210221