mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Update chaldea to 2.4.10 (950)
This commit is contained in:
parent
4737bf18ac
commit
3fc9eef770
1 changed files with 31 additions and 2 deletions
|
|
@ -811,8 +811,37 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
- versionName: 2.4.10
|
||||
versionCode: 950
|
||||
commit: 5b6b44bb157ec845e2d6cc3421b6ad3e8d311d9a
|
||||
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.9
|
||||
CurrentVersionCode: 949
|
||||
CurrentVersion: 2.4.10
|
||||
CurrentVersionCode: 950
|
||||
|
|
|
|||
Loading…
Reference in a new issue