mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update Yaga to 0.42.0 (4200)
This commit is contained in:
parent
bb303500a6
commit
25c7893b60
1 changed files with 24 additions and 2 deletions
|
|
@ -407,8 +407,30 @@ Builds:
|
|||
- $$flutter$$/bin/flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk --flavor play
|
||||
|
||||
- versionName: 0.42.0
|
||||
versionCode: 4200
|
||||
commit: 34386d99a8ca17739a4c1a356c231fde3ff7483a
|
||||
output: build/app/outputs/flutter-apk/app-play-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
prebuild:
|
||||
- version=$(sed -n -E 's/.*"flutterSdkVersion":\ "(.*)",/\1/p' .fvm/fvm_config.json)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter pub run flutter_launcher_icons:main
|
||||
- $$flutter$$/bin/flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk --flavor play
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s\d+\.\d+\.\d+\+(\d+)|.|version:\s(\d+\.\d+\.\d+)\+\d+
|
||||
CurrentVersion: 0.41.0
|
||||
CurrentVersionCode: 4100
|
||||
CurrentVersion: 0.42.0
|
||||
CurrentVersionCode: 4200
|
||||
|
|
|
|||
Loading…
Reference in a new issue