upgraded fijkplayer, removed ijkplayer artifact override
This commit is contained in:
parent
b1969aff16
commit
b268a5c117
3 changed files with 4 additions and 17 deletions
Binary file not shown.
|
@ -253,7 +253,7 @@ packages:
|
|||
description:
|
||||
path: "."
|
||||
ref: aves
|
||||
resolved-ref: "2aa0f5f08135de00966e9b71e58cddb61f93e81c"
|
||||
resolved-ref: c1e8293103f1fbad6d3d7b781e31ff8b03aef331
|
||||
url: "https://github.com/deckerst/fijkplayer.git"
|
||||
source: git
|
||||
version: "0.10.0"
|
||||
|
@ -1168,4 +1168,4 @@ packages:
|
|||
version: "3.1.1"
|
||||
sdks:
|
||||
dart: ">=2.18.0 <3.0.0"
|
||||
flutter: ">=3.3.0"
|
||||
flutter: ">=3.3.8"
|
||||
|
|
17
pubspec.yaml
17
pubspec.yaml
|
@ -10,6 +10,8 @@ version: 1.7.4+84
|
|||
publish_to: none
|
||||
|
||||
environment:
|
||||
# keep in sync with GitHub workflows
|
||||
flutter: 3.3.8
|
||||
sdk: ">=2.18.0 <3.0.0"
|
||||
|
||||
# following https://github.blog/2021-09-01-improving-git-protocol-security-github/
|
||||
|
@ -101,21 +103,6 @@ flutter:
|
|||
generate: true
|
||||
uses-material-design: true
|
||||
|
||||
################################################################################
|
||||
# Build
|
||||
|
||||
# deckerst/fijkplayer
|
||||
|
||||
# This fork depends on a local .aar, but Flutter does not support this well
|
||||
# cf https://github.com/flutter/flutter/issues/28195
|
||||
# so building an app with this plugin requires the file to be present at:
|
||||
# `<app-root>/android/app/libs/fijkplayer-full-release.aar`
|
||||
# The .aar file in the app will take precedence over the one in the plugin itself.
|
||||
|
||||
# The reference file is available at:
|
||||
# - [git] https://github.com/deckerst/fijkplayer/blob/aves-config/android/libs/fijkplayer-full-release.aar
|
||||
# - [local/win] C:\Users\<user>\AppData\Local\Pub\Cache\git\fijkplayer-<version>\android\libs\fijkplayer-full-release.aar
|
||||
|
||||
################################################################################
|
||||
# Localization
|
||||
|
||||
|
|
Loading…
Reference in a new issue