Skip to content

Commit 9ae831f

Browse files
author
zhanq
committed
android-升级sdk到2.1.0
1 parent d52036b commit 9ae831f

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

example/android/app/build.gradle

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ android {
9898
buildToolsVersion rootProject.ext.buildToolsVersion
9999

100100
defaultConfig {
101-
applicationId "com.test.josh"
101+
// applicationId "com.test.josh"
102+
applicationId "cn.jiguang.auth"
102103
minSdkVersion rootProject.ext.minSdkVersion
103104
targetSdkVersion rootProject.ext.targetSdkVersion
104105
versionCode 1
@@ -108,10 +109,22 @@ android {
108109
}
109110

110111
manifestPlaceholders = [
111-
JPUSH_APPKEY: "your appkey", //在此替换你的APPKey
112+
// JPUSH_APPKEY: "c27b85df1b4fb86a1d507a50", //在此替换你的APPKey
113+
// JPUSH_APPKEY: "cd15aee236985a832bfd3bc5", //在此替换你的APPKey
114+
// JPUSH_APPKEY: "010308d261588d34e07603ea", //在此替换你的APPKey
115+
// JPUSH_APPKEY: "6c6df7f27820abd17f1488d7", //在此替换你的APPKey
116+
JPUSH_APPKEY: "eb97394eb2c8978929c009ae", //在此替换你的APPKey
112117
JPUSH_CHANNEL: "developer-default" //应用渠道号
113118
]
114119
}
120+
signingConfigs {
121+
debug {
122+
storeFile file("./debug.keystore")
123+
storePassword "android"
124+
keyAlias "androiddebugkey"
125+
keyPassword "android"
126+
}
127+
}
115128
splits {
116129
abi {
117130
reset()
@@ -147,6 +160,7 @@ dependencies {
147160
implementation "com.facebook.react:react-native:+" // From node_modules
148161
implementation project(':jcore-react-native') // 添加 jcore 依赖
149162
implementation project(':jverification-react-native')
163+
implementation 'cn.jiguang.sdk:jverification:2.1.0'
150164
}
151165

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

0 commit comments

Comments
 (0)