mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Just Another Workout Timer to 1.6.0 (20210311)
This commit is contained in:
parent
becbb28ceb
commit
c58f10ace1
1 changed files with 15 additions and 2 deletions
|
|
@ -116,8 +116,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.6.0
|
||||
versionCode: 20210311
|
||||
commit: v1.6.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/release/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.5.0
|
||||
CurrentVersionCode: 20210307
|
||||
CurrentVersion: 1.6.0
|
||||
CurrentVersionCode: 20210311
|
||||
|
|
|
|||
Loading…
Reference in a new issue