Update com.blockbasti.justanotherworkouttimer to Version 1.1.0

This commit is contained in:
Bastian Block 2021-01-27 23:30:57 +00:00 committed by Izzy
parent 4acae5ee27
commit cce036903c

View file

@ -25,8 +25,21 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 1.1.1
versionCode: 20210127
commit: v1.1.1
output: build/app/outputs/apk/release/app-release-unsigned.apk
srclibs:
- flutter@1.22.5
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 --build-number 20210127
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.0.1
CurrentVersionCode: 1
CurrentVersion: 1.1.1
CurrentVersionCode: 20210127