mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Everyday Tasks to 1.5.1 (10501)
This commit is contained in:
parent
826cba3884
commit
d0b634b7d3
1 changed files with 23 additions and 2 deletions
|
|
@ -117,8 +117,29 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk --release --no-tree-shake-icons
|
||||
|
||||
- versionName: 1.5.1
|
||||
versionCode: 10501
|
||||
commit: 378311400302733f58b6951c5443e425682293cb
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
prebuild:
|
||||
- export version="$(sed -E -n -e 's/^.*flutter:\ ([0-9.]+)/\1/p' pubspec.yaml)"
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk --release --no-tree-shake-icons
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 10400
|
||||
CurrentVersion: 1.5.1
|
||||
CurrentVersionCode: 10501
|
||||
|
|
|
|||
Loading…
Reference in a new issue