mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
classipod: fix 1.8.0
This commit is contained in:
parent
87c3dc74f2
commit
c9729eed9d
1 changed files with 9 additions and 11 deletions
|
|
@ -33,20 +33,18 @@ Builds:
|
|||
- macos
|
||||
- scripts
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$PUB_CACHE/bin/:$$flutter$$/bin/:$PATH
|
||||
- flutter config --no-analytics
|
||||
- flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- flutterVersion=$(sed -n -E "s/^[[:space:]]*flutter:[[:space:]]*([0-9]+\.[0-9]+\.[0-9]+)/\1/p"
|
||||
pubspec.yaml)
|
||||
- flutterVersion=$(sed -n -E "s/^\s+flutter:\s*([0-9.]+)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$PUB_CACHE/bin/:$$flutter$$/bin/:$PATH
|
||||
- flutter build apk --release --flavor production --obfuscate --split-debug-info=./build/app/outputs/symbols
|
||||
- $$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 --release --flavor production --obfuscate
|
||||
--split-debug-info=./build/app/outputs/symbols
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue