Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eafy committed Nov 18, 2019
1 parent 2bb9c30 commit 4458d77
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.1"
api "com.jimi.jimivideoplayer:JimiVideoPlayer:1.4.1.1"
}

10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ PODS:
- DoubleConversion
- glog
- glog (0.3.5)
- JimiVideoPlayer (1.4.0)
- JimiVideoPlayer (1.4.1.1)
- React (0.58.6):
- React/Core (= 0.58.6)
- react-native-rtmp-player-jm (1.0.5):
- JimiVideoPlayer (= 1.4.0)
- react-native-rtmp-player-jm (1.1.1):
- JimiVideoPlayer
- React
- React/Core (0.58.6):
- yoga (= 0.58.6.React)
Expand Down Expand Up @@ -95,9 +95,9 @@ SPEC CHECKSUMS:
DoubleConversion: bb338842f62ab1d708ceb63ec3d999f0f3d98ecd
Folly: de497beb10f102453a1afa9edbf8cf8a251890de
glog: aefd1eb5dda2ab95ba0938556f34b98e2da3a60d
JimiVideoPlayer: 1731769101972b0e140c9238aa31939e1b2e65d8
JimiVideoPlayer: 88bd54950474115e0abb441a0abbfdd849871a3b
React: 130b87b2d5e2baac646954282cab87be986d98fc
react-native-rtmp-player-jm: a227854b94b71eb12182518913a5351413f8ee28
react-native-rtmp-player-jm: a1270814640a16bfffee601d13531d2fd0773b91
RNFS: c9bbde46b0d59619f8e7b735991c60e0f73d22c1
yoga: 32d7ef1081951e9a35a4c72a7be797598b138a48

Expand Down
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.1.1"
"react-native-rtmp-player-jm": "^1.1.3"
},
"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.1",
"version": "1.1.3",
"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.1"
s.version = "1.1.2"
s.summary = "Jimi RTMP Video Player SDK for React Native"

s.description = <<-DESC
Expand Down

0 comments on commit 4458d77

Please sign in to comment.