mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
Update Butterfly Nightly to 2.1.1-rc.0 (105)
This commit is contained in:
parent
444584e51a
commit
5b2832d5cc
1 changed files with 29 additions and 2 deletions
|
|
@ -2121,8 +2121,35 @@ 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.1.1-rc.0
|
||||||
|
versionCode: 105
|
||||||
|
commit: fab5ff7b4c143d773f824d6d9f2bf5e20a3bd19a
|
||||||
|
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
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
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.1.0
|
CurrentVersion: 2.1.1-rc.0
|
||||||
CurrentVersionCode: 104
|
CurrentVersionCode: 105
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue