Mill: Upgrade Flutter and NDK

This commit is contained in:
Calcitem 2023-02-04 23:06:19 +08:00 committed by linsui
parent 91a288b0d7
commit fc7ebccddb

View file

@ -2104,7 +2104,7 @@ Builds:
subdir: src/ui/flutter_app subdir: src/ui/flutter_app
output: build/app/outputs/flutter-apk/app-fdroid-release.apk output: build/app/outputs/flutter-apk/app-fdroid-release.apk
srclibs: srclibs:
- flutter@3.3.10 - flutter@3.7.1
rm: rm:
- src/perfect - src/perfect
- src/test - src/test
@ -2126,7 +2126,7 @@ Builds:
build: build:
- export PUB_CACHE=$(pwd)/.pub-cache - export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor fdroid --release - $$flutter$$/bin/flutter build apk --flavor fdroid --release
ndk: r21e ndk: r25b
MaintainerNotes: |- MaintainerNotes: |-
Builds will fail when the srclib ref of flutter and the version with which Builds will fail when the srclib ref of flutter and the version with which