唐浩
2 天以前 de7f93c0bc4a3c576095eb7e09217a35c183ed1d
app/build.gradle
@@ -25,8 +25,8 @@
        applicationId "com.zhaoyang.driver"
        minSdkVersion 21
        targetSdkVersion 28
        versionCode 4
        versionName "1.3"
        versionCode 5
        versionName "1.4"
        multiDexEnabled true
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
        ndk {
@@ -127,7 +127,6 @@
    implementation 'cn.jiguang.sdk:jcore:2.3.8'  // 此处以JCore 2.3.8 版本为例。
    implementation 'com.tencent.bugly:crashreport:3.1.0'
    implementation 'com.tencent.bugly:nativecrashreport:3.1.0'
    implementation 'com.github.BelooS:ChipsLayoutManager:v0.3.7'
    implementation 'com.tencent.bugly:crashreport:latest.release' //tx bugly
    implementation project(path: ':ChipsLayoutManager')
}