Skip to content

Commit a3b8994

Browse files
author
詹强
committed
更新example
1 parent eecda23 commit a3b8994

File tree

16 files changed

+238
-1205
lines changed

16 files changed

+238
-1205
lines changed

example/App.js

Lines changed: 118 additions & 594 deletions
Large diffs are not rendered by default.

example/README.md

Lines changed: 0 additions & 326 deletions
This file was deleted.

example/Second.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

example/android/app/build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,21 +95,19 @@ def enableProguardInReleaseBuilds = false
9595

9696
android {
9797
compileSdkVersion 25
98-
buildToolsVersion "26.0.2"
9998

10099
defaultConfig {
101-
applicationId "com.test.josh" //替换包名:
100+
applicationId "com.jmessage.sdk" //替换包名:
102101
minSdkVersion 16
103102
targetSdkVersion 23
104103
versionCode 1
105104
versionName "1.0"
106-
107105
ndk {
108106
abiFilters "armeabi-v7a", "x86"
109107
}
110108
manifestPlaceholders = [
111-
JPUSH_APPKEY: "7b4b94cca0d185d611e53cca", //在此替换你的APPKey
112-
APP_CHANNEL : "developer-default" //应用渠道号
109+
JPUSH_CHANNEL: "developer-default",
110+
JPUSH_APPKEY : "129c21dc4cb5e6f6de194003"
113111
]
114112
}
115113
splits {
@@ -148,7 +146,6 @@ dependencies {
148146
implementation project(':jpush-react-native')
149147
implementation 'com.android.support:appcompat-v7:25.3.1'
150148
implementation 'com.facebook.react:react-native:+'
151-
// From node_modules
152149
}
153150

154151
// Run this once to be able to run the application with BUCK

0 commit comments

Comments
 (0)