mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
Update com.blockbasti.justanotherworkouttimer.yml
This commit is contained in:
parent
0b7c858f62
commit
e2e0b6471b
1 changed files with 15 additions and 2 deletions
|
|
@ -51,8 +51,21 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
|
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
|
||||||
- $$flutter$$/bin/flutter build apk --build-number 20210127
|
- $$flutter$$/bin/flutter build apk --build-number 20210127
|
||||||
|
|
||||||
|
- versionName: 1.2.0
|
||||||
|
versionCode: 20210205
|
||||||
|
commit: v1.2.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
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://raw.githubusercontent.com/blockbasti/just_another_workout_timer/main/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: https://raw.githubusercontent.com/blockbasti/just_another_workout_timer/main/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.1.1
|
CurrentVersion: 1.2.0
|
||||||
CurrentVersionCode: 20210128
|
CurrentVersionCode: 20210205
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue