mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Butterfly to 2.0.3-rc.1 (92)
This commit is contained in:
parent
9f091745b9
commit
bd7ac8b76f
1 changed files with 33 additions and 2 deletions
|
|
@ -1463,8 +1463,39 @@ 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.0.3-rc.1
|
||||||
|
versionCode: 92
|
||||||
|
commit: da0dc8cda68d387054ea4ec61c765ec66f5437fe
|
||||||
|
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
|
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.0.3-rc.0
|
CurrentVersion: 2.0.3-rc.1
|
||||||
CurrentVersionCode: 91
|
CurrentVersionCode: 92
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue