minor
This commit is contained in:
parent
753e236bff
commit
50547991c9
4 changed files with 16 additions and 29 deletions
|
@ -225,8 +225,8 @@ dependencies {
|
|||
// - https://jitpack.io/p/deckerst/mp4parser
|
||||
// - https://jitpack.io/p/deckerst/pixymeta-android
|
||||
implementation 'com.github.deckerst:Android-TiffBitmapFactory:876e53870a'
|
||||
implementation 'com.github.deckerst.mp4parser:isoparser:42f2cdc087'
|
||||
implementation 'com.github.deckerst.mp4parser:muxer:42f2cdc087'
|
||||
implementation 'com.github.deckerst.mp4parser:isoparser:b7b853f2e3'
|
||||
implementation 'com.github.deckerst.mp4parser:muxer:b7b853f2e3'
|
||||
implementation 'com.github.deckerst:pixymeta-android:706bd73d6e'
|
||||
|
||||
// huawei flavor only
|
||||
|
|
|
@ -156,10 +156,10 @@ packages:
|
|||
dependency: transitive
|
||||
description:
|
||||
name: google_api_availability_android
|
||||
sha256: eb309bc0b435731d18f306b598e176a9afcf642089a7d7c5cbb48e393afda345
|
||||
sha256: d95429ae78083585c312de2c6578085e7d53d100a94656d691bce0bb0ce435be
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.0.0+1"
|
||||
version: "1.0.1"
|
||||
google_api_availability_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
26
pubspec.lock
26
pubspec.lock
|
@ -555,13 +555,12 @@ packages:
|
|||
source: hosted
|
||||
version: "5.0.0"
|
||||
google_api_availability_android:
|
||||
dependency: "direct overridden"
|
||||
dependency: transitive
|
||||
description:
|
||||
path: google_api_availability_android
|
||||
ref: agp8-compat
|
||||
resolved-ref: f5809ddd0ce8b952f53da1b811d501b888b4f4f0
|
||||
url: "https://github.com/deckerst/flutter-google-api-availability.git"
|
||||
source: git
|
||||
name: google_api_availability_android
|
||||
sha256: d95429ae78083585c312de2c6578085e7d53d100a94656d691bce0bb0ce435be
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.0.1"
|
||||
google_api_availability_platform_interface:
|
||||
dependency: transitive
|
||||
|
@ -1415,10 +1414,10 @@ packages:
|
|||
dependency: transitive
|
||||
description:
|
||||
name: url_launcher_android
|
||||
sha256: "1a5848f598acc5b7d8f7c18b8cb834ab667e59a13edc3c93e9d09cf38cc6bc87"
|
||||
sha256: eed4e6a1164aa9794409325c3b707ff424d4d1c2a785e7db67f8bbda00e36e51
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "6.0.34"
|
||||
version: "6.0.35"
|
||||
url_launcher_ios:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -1486,12 +1485,11 @@ packages:
|
|||
volume_controller:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: agp8-compat
|
||||
resolved-ref: b5eddb8c3501e16814f39873d7fba4a73aa0f080
|
||||
url: "https://github.com/deckerst/volume_controller.git"
|
||||
source: git
|
||||
version: "2.0.6"
|
||||
name: volume_controller
|
||||
sha256: "189bdc7a554f476b412e4c8b2f474562b09d74bc458c23667356bce3ca1d48c9"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.0.7"
|
||||
watcher:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
11
pubspec.yaml
11
pubspec.yaml
|
@ -133,17 +133,6 @@ dependency_overrides:
|
|||
# constrains `material_color_utilities` to v0.2.0, which
|
||||
# constrains `dynamic_color` to v1.6.4, which is incompatible with AGP8
|
||||
material_color_utilities: ^0.5.0
|
||||
# cf https://github.com/Baseflow/flutter-google-api-availability/pull/43
|
||||
google_api_availability_android:
|
||||
git:
|
||||
url: https://github.com/deckerst/flutter-google-api-availability.git
|
||||
ref: agp8-compat
|
||||
path: google_api_availability_android
|
||||
# cf https://github.com/kurenai7968/volume_controller/pull/19
|
||||
volume_controller:
|
||||
git:
|
||||
url: https://github.com/deckerst/volume_controller.git
|
||||
ref: agp8-compat
|
||||
|
||||
flutter:
|
||||
assets:
|
||||
|
|
Loading…
Reference in a new issue