Skip to content

Commit

Permalink
npm:1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lzj committed Jun 9, 2020
1 parent 6f4a0a4 commit b1676a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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.9"
api "com.jimi.jimivideoplayer:JimiVideoPlayer:+"
}

1 change: 1 addition & 0 deletions example/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Thu May 21 09:30:36 CST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
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.2.0",
"version": "1.2.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.2.0"
s.version = "1.2.1"
s.summary = "Jimi RTMP Video Player SDK for React Native"

s.description = <<-DESC
Expand Down

0 comments on commit b1676a3

Please sign in to comment.