New version of Workout Time! and AutoUpdate set with pubspec.yaml

This commit is contained in:
Ideotec 2021-03-30 00:57:47 +13:00
parent fd6c36989c
commit 4c3f61fb65

View file

@ -28,7 +28,23 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 1.1.0
versionCode: 2
commit: v1.1.0
output: build/app/outputs/apk/release/app-release-unsigned.apk
srclibs:
- flutter@2.0.3
rm:
- ios
- web
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0.0
CurrentVersionCode: 1
UpdateCheckMode: HTTP
UpdateCheckData: https://gitlab.com/ideotec/workouttime/-/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.1.0
CurrentVersionCode: 2