腾讯bugly与其他的包里bugly冲突
configurations {
//在整个构建过程中排除com.tencent.bugly:crashreport
all*.exclude group:‘com.tencent.bugly’, module:‘crashreport’
}
腾讯bugly与其他的包里bugly冲突
configurations {
//在整个构建过程中排除com.tencent.bugly:crashreport
all*.exclude group:‘com.tencent.bugly’, module:‘crashreport’
}