mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Mill: Upgrade Flutter and NDK
This commit is contained in:
parent
91a288b0d7
commit
fc7ebccddb
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue