sudoku - also scan deps

This commit is contained in:
Licaon_Kter 2023-10-04 21:54:26 +00:00
parent 4907eaaa02
commit 047e64072e

View file

@ -150,8 +150,14 @@ Builds:
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.13.6
build:
prebuild:
- 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
AutoUpdateMode: Version