Skip to content

Commit

Permalink
build: update ijkplayer to 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
befovy committed Jul 3, 2020
1 parent 117392c commit 6d01667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ dependencies {
// implementation(name: 'fijkplayer-full-release', ext: 'aar')

// fijkplayer-full include the java lib and native shared libs for armv5 armv7 arm64 x86 x86_64
implementation 'com.befovy.fijkplayer:fijkplayer-full:0.7.4'
implementation 'com.befovy.fijkplayer:fijkplayer-full:0.7.6'
implementation 'androidx.annotation:annotation:1.1.0'
}
2 changes: 1 addition & 1 deletion ios/fijkplayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Flutter plugin for ijkplayer

# s.use_frameworks!

s.dependency 'BIJKPlayer', '~> 0.7.3'
s.dependency 'BIJKPlayer', '~> 0.7.6'

s.ios.deployment_target = '8.0'
end
Expand Down

0 comments on commit 6d01667

Please sign in to comment.