Update com.blockbasti.justanotherworkouttimer.yml

This commit is contained in:
Bastian Block 2021-02-05 14:26:10 +00:00
parent 0b7c858f62
commit e2e0b6471b

View file

@ -51,8 +51,21 @@ Builds:
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
- $$flutter$$/bin/flutter build apk --build-number 20210127
- versionName: 1.2.0
versionCode: 20210205
commit: v1.2.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.1.1
CurrentVersionCode: 20210128
CurrentVersion: 1.2.0
CurrentVersionCode: 20210205