mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Yaga to 0.41.0 (4100)
This commit is contained in:
parent
9e126f126a
commit
011bbcb00b
1 changed files with 24 additions and 2 deletions
|
|
@ -385,8 +385,30 @@ Builds:
|
|||
- $$flutter$$/bin/flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk --flavor play
|
||||
|
||||
- versionName: 0.41.0
|
||||
versionCode: 4100
|
||||
commit: 6c9b94b57adf5ea91ee6c00a8cce9632fd707051
|
||||
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.40.5
|
||||
CurrentVersionCode: 4005
|
||||
CurrentVersion: 0.41.0
|
||||
CurrentVersionCode: 4100
|
||||
|
|
|
|||
Loading…
Reference in a new issue