mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Butterfly to 2.3.4 (144)
This commit is contained in:
parent
3201cba75e
commit
1a61d9f4f2
1 changed files with 29 additions and 2 deletions
|
|
@ -3195,8 +3195,35 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor nightly
|
||||
|
||||
- versionName: 2.3.4
|
||||
versionCode: 144
|
||||
commit: 260cb90b86ab88bc31d2095e96bc71c5c389b68b
|
||||
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:
|
||||
- sed -i -e '/signingConfig =/,+4d' android/app/build.gradle.kts
|
||||
- flutterVersion=$(sed -n -E "s/^ flutter:\ (.*)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- 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
|
||||
UpdateCheckMode: Tags ^v.+$
|
||||
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.4.0-beta.2
|
||||
CurrentVersionCode: 143
|
||||
CurrentVersion: 2.3.4
|
||||
CurrentVersionCode: 144
|
||||
|
|
|
|||
Loading…
Reference in a new issue