File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,6 @@ dependencies {
49
49
compile ' com.android.support:multidex:1.0.1'
50
50
// 工具类
51
51
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'
55
52
// retrofit2
56
53
compile ' com.squareup.retrofit2:retrofit:2.3.0'
57
54
compile ' com.squareup.retrofit2:converter-gson:2.3.0'
Original file line number Diff line number Diff line change @@ -37,4 +37,7 @@ dependencies {
37
37
annotationProcessor ' com.jakewharton:butterknife-compiler:8.6.0'
38
38
compile project(' :CommonLibrary' )
39
39
// 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'
40
43
}
You can’t perform that action at this time.
0 commit comments