mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update com.blockbasti.justanotherworkouttimer.yml
This commit is contained in:
parent
1829e0b471
commit
66a37c7dba
1 changed files with 16 additions and 3 deletions
|
|
@ -77,8 +77,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.4.0
|
||||
versionCode: 20210221
|
||||
commit: v1.4.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.3.0
|
||||
CurrentVersionCode: 20210209
|
||||
UpdateCheckData: https://raw.githubusercontent.com/blockbasti/just_another_workout_timer/release/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 20210221
|
||||
|
|
|
|||
Loading…
Reference in a new issue