Skip to content

Commit 7067929

Browse files
committed
bugly移除
1 parent bcd475b commit 7067929

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CommonLibrary/build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ dependencies {
4949
compile 'com.android.support:multidex:1.0.1'
5050
// 工具类
5151
compile 'com.blankj:utilcode:1.6.4'
52-
// 腾讯bugly
53-
compile 'com.tencent.bugly:crashreport:latest.release'
54-
compile 'com.tencent.bugly:nativecrashreport:latest.release'
5552
// retrofit2
5653
compile 'com.squareup.retrofit2:retrofit:2.3.0'
5754
compile 'com.squareup.retrofit2:converter-gson:2.3.0'

app/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ dependencies {
3737
annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0'
3838
compile project(':CommonLibrary')
3939
// compile 'com.github.r17171709:AndroidCommonLibrary:v1.0.8'
40+
// 腾讯bugly
41+
compile 'com.tencent.bugly:crashreport:latest.release'
42+
compile 'com.tencent.bugly:nativecrashreport:latest.release'
4043
}

0 commit comments

Comments
 (0)