Skip to content

Commit 9194f52

Browse files
Merge pull request #439 from pinpong/updateVlc
updated MobileVLCKit and libvlc
2 parents 4f74754 + e3f071f commit 9194f52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flutter_vlc_player/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939

4040
dependencies {
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'

flutter_vlc_player/ios/flutter_vlc_player.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)