Skip to content

Commit 11e39ba

Browse files
committedMar 22, 2017
1.new version release
2.integration faceunity 3.refinement demo
1 parent 740eb80 commit 11e39ba

File tree

179 files changed

+12616
-2470
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+12616
-2470
lines changed
 
257 KB
Binary file not shown.

‎xpkUISdk/build.gradle

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
apply plugin: 'com.android.library'
22

33
dependencies {
4-
compile 'com.rd:base:0.0.7'
5-
compile 'com.rd:recorderbase:0.0.3'
6-
compile fileTree(include: '*.jar', exclude: ['android-support-v4.jar', 'com.rd.base.jar','recorderbase.jar'], dir: 'libs')
4+
//本地libs/中的公开jar,以jcenter对应版本为准,屏蔽本地libs/中的公开jar
5+
compile fileTree(dir: 'libs', exclude: ['android-support-v4.jar', 'com.rd.base.jar', 'recorderbase.jar', 'fastjson-1.1.24.jar', 'okhttp-3.5.0.jar', 'okio-1.11.0.jar'], include: '*.jar')
6+
compile 'com.rd:base:0.1.1'
7+
compile 'com.rd:recorderbase:0.1.3'
8+
compile 'com.squareup.okio:okio:1.11.0'
9+
compile 'com.squareup.okhttp3:okhttp:3.5.0'
10+
compile 'com.alibaba:fastjson:1.1.24'
711
compile 'com.android.support:support-v4:23.2.1'
812
}
913

@@ -23,12 +27,9 @@ android {
2327
jniLibs.srcDirs = ['libs']
2428
}
2529
}
26-
27-
useLibrary 'org.apache.http.legacy'
28-
29-
lintOptions {
30-
abortOnError false
31-
}
30+
lintOptions {
31+
abortOnError false
32+
}
3233
packagingOptions {
3334
//过滤掉本地libs/armeabi/和libs/armeabi-v7a/中的部分so,以jcenter对应的版本为准
3435
exclude 'lib/armeabi/libRdBase.so'

0 commit comments

Comments
 (0)
Failed to load comments.