mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 06:36:52 +00:00
addismaptransit - update recipe
This commit is contained in:
parent
a49feecb0c
commit
fe61d45e35
1 changed files with 7 additions and 2 deletions
|
|
@ -38,14 +38,19 @@ Builds:
|
|||
commit: 88d305531d18062860bd4b9ae8db7d3cfdb84830
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.3.0
|
||||
- flutter@3.3.3
|
||||
rm:
|
||||
- artwork
|
||||
- ios
|
||||
- web
|
||||
build:
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
|
|||
Loading…
Reference in a new issue