mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'update-workouttime' into 'master'
Update Workout Time! and set AutoUpdate with pubspec.yaml See merge request fdroid/fdroiddata!8693
This commit is contained in:
commit
2e5790ef31
1 changed files with 19 additions and 3 deletions
|
|
@ -28,7 +28,23 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter packages pub get
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$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
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: HTTP
|
||||||
CurrentVersion: 1.0.0
|
UpdateCheckData: https://gitlab.com/ideotec/workouttime/-/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersionCode: 1
|
CurrentVersion: 1.1.0
|
||||||
|
CurrentVersionCode: 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue