mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 03:22:25 +00:00
Update Everyday Tasks to 1.3.0 (10300)
This commit is contained in:
parent
ff1f7ce7f9
commit
3b8ae44916
1 changed files with 15 additions and 2 deletions
|
|
@ -79,8 +79,21 @@ Builds:
|
|||
- flutter config --no-analytics
|
||||
- flutter build apk
|
||||
|
||||
- versionName: 1.3.0
|
||||
versionCode: 10300
|
||||
commit: 8d300fd557f2cdaf40d116475aecfe209da488c8
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.4
|
||||
build:
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter packages pub get
|
||||
- flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||
- flutter config --no-analytics
|
||||
- flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.2.2
|
||||
CurrentVersionCode: 10202
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 10300
|
||||
|
|
|
|||
Loading…
Reference in a new issue