mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 05:36:52 +00:00
Update Butterfly to 2.0.3-rc.0 (91)
This commit is contained in:
parent
aa3108d8c3
commit
74c3072cfd
1 changed files with 33 additions and 2 deletions
|
|
@ -1432,8 +1432,39 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor nightly
|
||||
|
||||
- versionName: 2.0.3-rc.0
|
||||
versionCode: 91
|
||||
commit: 354840ec4353177a1bb8e195f8d3ae2df84fd86b
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
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
|
||||
UpdateCheckMode: Tags ^v.+$
|
||||
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.0.2
|
||||
CurrentVersionCode: 90
|
||||
CurrentVersion: 2.0.3-rc.0
|
||||
CurrentVersionCode: 91
|
||||
|
|
|
|||
Loading…
Reference in a new issue