File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ android {
3939
4040dependencies {
4141 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
42- implementation ' org.videolan.android:libvlc-all:3.6.0-eap2 '
42+ implementation ' org.videolan.android:libvlc-all:3.6.0-eap9 '
4343 implementation ' androidx.appcompat:appcompat:1.2.0'
4444 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
4545 implementation ' androidx.annotation:annotation:1.2.0'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616 s . source_files = 'Classes/**/*'
1717 s . dependency 'Flutter'
1818 s . platform = :ios , '11.0'
19- s . dependency 'MobileVLCKit' , '~> 3.5.1 '
19+ s . dependency 'MobileVLCKit' , '~> 3.6.0b9 '
2020 s . static_framework = true
2121
2222 # Flutter.framework does not contain a i386 slice.
You can’t perform that action at this time.
0 commit comments