mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Butterfly to 2.3.0-beta.1 (129)
This commit is contained in:
parent
2cb58313fa
commit
015ea4440c
1 changed files with 30 additions and 2 deletions
|
|
@ -2787,8 +2787,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.3.0-beta.1
|
||||||
|
versionCode: 129
|
||||||
|
commit: 2da93b9ad0b99467509f56bce8417ac3b8f77ba5
|
||||||
|
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.4
|
CurrentVersion: 2.3.0-beta.1
|
||||||
CurrentVersionCode: 128
|
CurrentVersionCode: 129
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue