mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Everyday Tasks to 1.0.1 (10001)
This commit is contained in:
parent
b33305f2b6
commit
2b881326a1
1 changed files with 15 additions and 2 deletions
|
|
@ -27,8 +27,21 @@ Builds:
|
|||
- flutter config --no-analytics
|
||||
- flutter build apk
|
||||
|
||||
- versionName: 1.0.1
|
||||
versionCode: 10001
|
||||
commit: 3f7097f96e8627fececece00ee281f0ed7352e3e
|
||||
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.0.0
|
||||
CurrentVersionCode: 10000
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 10001
|
||||
|
|
|
|||
Loading…
Reference in a new issue