From a8405a4aeca718b4d0254fde6a8b3de05bf6c9dc Mon Sep 17 00:00:00 2001 From: KenChoi Date: Fri, 10 Feb 2017 10:44:46 +0800 Subject: [PATCH] release ReactJChatDemo v1.0.0 --- example/android/app/app.iml | 19 ++++++++----------- example/android/app/build.gradle | 2 -- example/android/settings.gradle | 4 ---- example/package.json | 3 +-- 4 files changed, 9 insertions(+), 19 deletions(-) diff --git a/example/android/app/app.iml b/example/android/app/app.iml index 4348b1d..56b9919 100644 --- a/example/android/app/app.iml +++ b/example/android/app/app.iml @@ -62,14 +62,6 @@ - - - - - - - - @@ -78,6 +70,14 @@ + + + + + + + + @@ -135,8 +135,6 @@ - - @@ -156,7 +154,6 @@ - diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 06663b2..1515108 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -142,9 +142,7 @@ android { } dependencies { - compile project(':react-native-message-bubble') compile project(':react-native-svg') - compile project(':react-native-vector-icons') compile project(':react-native-dialog') compile project(':jmessage-react-plugin') compile fileTree(dir: "libs", include: ["*.jar"]) diff --git a/example/android/settings.gradle b/example/android/settings.gradle index 64a4ea6..0a74d8c 100644 --- a/example/android/settings.gradle +++ b/example/android/settings.gradle @@ -1,10 +1,6 @@ rootProject.name = 'TestReactJChat' -include ':react-native-message-bubble' -project(':react-native-message-bubble').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-message-bubble/android') include ':react-native-svg' project(':react-native-svg').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-svg/android') -include ':react-native-vector-icons' -project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android') include ':react-native-dialog' project(':react-native-dialog').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-dialog/android') include ':jmessage-react-plugin' diff --git a/example/package.json b/example/package.json index def16e7..ee3a640 100644 --- a/example/package.json +++ b/example/package.json @@ -1,12 +1,11 @@ { "name": "ReactJChatDemo", "version": "1.0.0", - "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start" }, "dependencies": { - "jmessage-react-plugin": "0.0.3", + "jmessage-react-plugin": "1.0.0", "react": "^15.4.2", "react-native": "^0.41.0", "react-native-dialog": "^1.0.7",