leftover from past commit

This commit is contained in:
Ujwal
2026-02-25 18:04:43 +05:45
parent f87597276c
commit 24f43603ad

View File

@@ -19,10 +19,19 @@ Builds:
- yes
output: ../build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.38.7
- flutter@stable
prebuild:
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" ../.github/workflows/release.yml)
- '[[ $flutterVersion ]]'
- git -C $$flutter$$ checkout -f $flutterVersion
- export PUB_CACHE=$(pwd)/.pub-cache
- echo "flutter.sdk=$$flutter$$" >> local.properties
- $$flutter$$/bin/flutter pub get -C ..
scanignore:
- $$flutter$$/bin/cache
scandelete:
- $$flutter$$
- .pub-cache
ndk: 28.2.13676358
AutoUpdateMode: None