Skip to content

Commit c85ad98

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ repositories {
3434
}
3535

3636
dependencies {
37-
api fileTree(include: ['*.jar'], dir: 'libs')
37+
// api fileTree(include: ['*.jar'], dir: 'libs')
3838
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
39+
implementation 'cn.jiguang.sdk:jverification:2.1.0'
3940
}

example/android/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ dependencies {
160160
implementation "com.facebook.react:react-native:+" // From node_modules
161161
implementation project(':jcore-react-native') // 添加 jcore 依赖
162162
implementation project(':jverification-react-native')
163-
implementation 'cn.jiguang.sdk:jverification:2.1.0'
164163
}
165164

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

0 commit comments

Comments
 (0)