mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 13:24:53 +00:00
Update Butterfly to 2.2.0-rc.3 (115)
This commit is contained in:
parent
038fbadcf7
commit
be670020d4
1 changed files with 30 additions and 2 deletions
|
|
@ -2395,8 +2395,36 @@ 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.2.0-rc.3
|
||||||
|
versionCode: 115
|
||||||
|
commit: bce426abf790571f77fd7ab34fac0f4b1b3d24a5
|
||||||
|
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:
|
||||||
|
- sdkmanager 'ndk;23.1.7779620' 'ndk;26.1.10909125'
|
||||||
|
- export version=$(grep "^ flutter:" pubspec.yaml | cut -d ":" -f2|head -n1)
|
||||||
|
- 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.2.0-rc.1
|
CurrentVersion: 2.2.0-rc.3
|
||||||
CurrentVersionCode: 114
|
CurrentVersionCode: 115
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue