Skip to content

Commit

Permalink
Merge pull request #6 from jpush/dev
Browse files Browse the repository at this point in the history
update version to 1.2.1
  • Loading branch information
wicked-tc130 authored Apr 2, 2019
2 parents 809273f + 68bb950 commit 57ce170
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ repositories {
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.facebook.react:react-native:+'
compile 'org.greenrobot:eventbus:3.1.1'
//compile fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.facebook.react:react-native:+'
implementation 'org.greenrobot:eventbus:3.1.1'
compileOnly files('libs/jmessage-sdk-android-2.7.1.jar')
implementation files('libs/agora-rtc-sdk.jar')
implementation files('libs/jmrtc-sdk-android-1.0.2.jar')
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jmrtc-react-native",
"version": "1.2.0",
"version": "1.2.1",
"description": "a jmrtc plugin for react native application",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 57ce170

Please sign in to comment.