Skip to content

Commit

Permalink
更新SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Eafy committed Nov 15, 2019
1 parent 324b0ef commit 2bb9c30
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ dependencies {
compileOnly 'com.facebook.react:react-native:+'
compileOnly files('src/main/assets')

api "com.jimi.jimivideoplayer:JimiVideoPlayer:1.4.0"
api "com.jimi.jimivideoplayer:JimiVideoPlayer:1.4.1"
}

This file was deleted.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "16.6.3",
"react-native": "0.58.6",
"react-native-fs": "2.13.3",
"react-native-rtmp-player-jm": "^1.0.9"
"react-native-rtmp-player-jm": "^1.1.1"
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-rtmp-player-jm",
"version": "1.1.0",
"version": "1.1.1",
"description": "Jimi Video Player for RTMP SDK modules and view for React Native(Android & IOS), support react native 0.57+. ",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion react-native-rtmp-player-jm.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "react-native-rtmp-player-jm"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "Jimi RTMP Video Player SDK for React Native"

s.description = <<-DESC
Expand Down

0 comments on commit 2bb9c30

Please sign in to comment.