mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
funwithkanji - bump flutter
This commit is contained in:
parent
785558c98a
commit
0330cd9f39
1 changed files with 8 additions and 3 deletions
|
|
@ -183,7 +183,7 @@ Builds:
|
|||
- apt-get install -y ninja-build
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.3.8
|
||||
- flutter@3.7.7
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
|
|
@ -191,9 +191,14 @@ Builds:
|
|||
- test
|
||||
- web
|
||||
- windows
|
||||
prebuild: sdkmanager 'cmake;3.18.1'
|
||||
build:
|
||||
prebuild:
|
||||
- sdkmanager 'cmake;3.18.1'
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
ndk: r21e
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue