mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-15 10:41:43 +00:00
Update Butterfly to 2.0.0-beta.8 (72)
This commit is contained in:
parent
563e95606d
commit
cfd6b9dadd
1 changed files with 28 additions and 2 deletions
|
|
@ -843,8 +843,34 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- $$flutter$$/bin/flutter build apk --flavor nightly
|
- $$flutter$$/bin/flutter build apk --flavor nightly
|
||||||
|
|
||||||
|
- versionName: 2.0.0-beta.8
|
||||||
|
versionCode: 72
|
||||||
|
commit: b3350a9a21b00cf099de3e1176ced8b5e92ea88a
|
||||||
|
subdir: app
|
||||||
|
output: build/app/outputs/flutter-apk/app-nightly-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
rm:
|
||||||
|
- app/ios
|
||||||
|
- app/linux
|
||||||
|
- app/macos
|
||||||
|
- app/web
|
||||||
|
- app/windows
|
||||||
|
prebuild:
|
||||||
|
- export version=$(cat ../FLUTTER_VERSION)
|
||||||
|
- pushd $$flutter$$
|
||||||
|
- git checkout -f $version
|
||||||
|
- popd
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
scandelete:
|
||||||
|
- app/.pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk --flavor nightly
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v.+$
|
UpdateCheckMode: Tags ^v.+$
|
||||||
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 2.0.0-beta.7
|
CurrentVersion: 2.0.0-beta.8
|
||||||
CurrentVersionCode: 71
|
CurrentVersionCode: 72
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue