| | |
| | | minSdk 23 |
| | | targetSdk 30 |
| | | versionCode 1 |
| | | versionName "1.3.3"//版本规则1.3是产品功能迭代用的,最后一位0是我们修复bug用的 |
| | | versionName "1.4.0"//版本规则1.3是产品功能迭代用的,最后一位0是我们修复bug用的 |
| | | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | multiDexEnabled true |
| | | manifestPlaceholders = mfph |
| | |
| | | implementation project(path: ':third-zxing') |
| | | //Link本地库(在线依赖网络库) |
| | | implementation 'com.hdl.android:pmsdk:1.0.2' |
| | | implementation 'com.hdl.android:debugsdk:1.0.22' |
| | | implementation 'com.hdl.android:debugsdk:1.0.23' |
| | | |
| | | testImplementation 'junit:junit:4.13.2' |
| | | androidTestImplementation 'androidx.test.ext:junit:1.1.3' |
| | |
| | | implementation 'cn.jiguang.sdk:jpush-google:5.2.2' |
| | | //分析和用户标签等功能(可选,集成极光分析SDK后,即可支持行为触发推送消息、推送转化率统计,用户行为分) |
| | | implementation 'cn.jiguang.sdk:joperate:2.0.2' |
| | | |
| | | |
| | | |
| | | //若不集成厂商通道,可直接跳过以下依赖 |