mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update Everyday Tasks to 1.2.2 (10202)
This commit is contained in:
parent
a9185c27df
commit
6eda3455b7
1 changed files with 15 additions and 2 deletions
|
|
@ -66,8 +66,21 @@ Builds:
|
|||
- flutter config --no-analytics
|
||||
- flutter build apk
|
||||
|
||||
- versionName: 1.2.2
|
||||
versionCode: 10202
|
||||
commit: a190fdfda3359d115ee7c118331c465f70104a36
|
||||
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.0
|
||||
CurrentVersionCode: 10200
|
||||
CurrentVersion: 1.2.2
|
||||
CurrentVersionCode: 10202
|
||||
|
|
|
|||
Loading…
Reference in a new issue