mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-04 13:16:52 +00:00
Update chaldea to 2.4.6 (946)
This commit is contained in:
parent
081c87d7fc
commit
d01f81388f
1 changed files with 31 additions and 2 deletions
|
|
@ -695,8 +695,37 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
- versionName: 2.4.6
|
||||
versionCode: 946
|
||||
commit: 788cc24c28e305ab17da65e456648a6f87de3a69
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- test
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export version=$(grep "\ \ FLUTTER_VERSION" .github/workflows/deploy-github-release.yml
|
||||
| cut -d "\"" -f2)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.4.5
|
||||
CurrentVersionCode: 945
|
||||
CurrentVersion: 2.4.6
|
||||
CurrentVersionCode: 946
|
||||
|
|
|
|||
Loading…
Reference in a new issue