mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Butterfly to 2.2.0 (116)
This commit is contained in:
parent
cccab202b0
commit
d398504c3b
1 changed files with 25 additions and 2 deletions
|
|
@ -878,8 +878,31 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- $$flutter$$/bin/flutter build apk --flavor production
|
- $$flutter$$/bin/flutter build apk --flavor production
|
||||||
|
|
||||||
|
- versionName: 2.2.0
|
||||||
|
versionCode: 116
|
||||||
|
commit: 44a29d3dd4ba25b98f6ad1eb1cdea1c33d124d07
|
||||||
|
subdir: app
|
||||||
|
output: build/app/outputs/flutter-apk/app-production-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
rm:
|
||||||
|
- app/ios
|
||||||
|
- app/linux
|
||||||
|
- app/macos
|
||||||
|
- app/web
|
||||||
|
- app/windows
|
||||||
|
prebuild:
|
||||||
|
- git -C $$flutter$$ checkout -f $(cat ../FLUTTER_VERSION)
|
||||||
|
- 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 production
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v[\d.]+$
|
UpdateCheckMode: Tags ^v[\d.]+$
|
||||||
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 2.1.1
|
CurrentVersion: 2.2.0
|
||||||
CurrentVersionCode: 108
|
CurrentVersionCode: 116
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue