upgraded Flutter to stable v3.16.2

This commit is contained in:
Thibault Deckers 2023-11-30 22:02:16 +01:00
parent 4c1c516206
commit 015b294975
6 changed files with 7 additions and 12 deletions

@ -1 +1 @@
Subproject commit 7f20e5d18ce4cb80c621533090a7c5113f5bdc52
Subproject commit 9e1c857886f07d342cf106f2cd588bcd5e031bb2

View file

@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file.
- long press actions trigger haptic feedback according to OS settings
- target Android 14 (API 34)
- upgraded Flutter to stable v3.16.1
- upgraded Flutter to stable v3.16.2
### Fixed

View file

@ -68,11 +68,6 @@ android {
// if there are some libs in `lib/armeabi-v7a` unmatched by libs in `lib/arm64-v8a`,
// so we exclude the extra `neon` libs bundled by `FFmpegKit`.
exclude 'lib/armeabi-v7a/*_neon.so'
// necessary since Flutter v3.16.0
pickFirst 'lib/armeabi-v7a/libc++_shared.so'
pickFirst 'lib/arm64-v8a/libc++_shared.so'
pickFirst 'lib/x86_64/libc++_shared.so'
}
sourceSets {

View file

@ -236,10 +236,10 @@ packages:
dependency: transitive
description:
name: petitparser
sha256: eeb2d1428ee7f4170e2bd498827296a18d4e7fc462b71727d111c0ac7707cfa6
sha256: c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27
url: "https://pub.dev"
source: hosted
version: "6.0.1"
version: "6.0.2"
plugin_platform_interface:
dependency: transitive
description:

View file

@ -1125,10 +1125,10 @@ packages:
dependency: transitive
description:
name: petitparser
sha256: eeb2d1428ee7f4170e2bd498827296a18d4e7fc462b71727d111c0ac7707cfa6
sha256: c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27
url: "https://pub.dev"
source: hosted
version: "6.0.1"
version: "6.0.2"
pin_code_fields:
dependency: "direct main"
description:

File diff suppressed because one or more lines are too long