| | |
| | | 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 { |
| | |
| | | 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') |
| | | |
| | | } |