| | |
| | | //二维码库 |
| | | implementation project(path: ':third-zxing') |
| | | //Link本地库(在线依赖网络库) |
| | | implementation 'com.hdl.android:pmsdk:1.0.1' |
| | | implementation 'com.hdl.android:debugsdk:1.0.7' |
| | | implementation 'com.hdl.android:pmsdk:1.0.2' |
| | | implementation 'com.hdl.android:debugsdk:1.0.14' |
| | | |
| | | testImplementation 'junit:junit:4.13.2' |
| | | androidTestImplementation 'androidx.test.ext:junit:1.1.3' |
| | |
| | | //图片加载库 |
| | | implementation 'com.github.bumptech.glide:glide:4.13.0' |
| | | annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' |
| | | |
| | | //添加StatusBarUtil的依赖 |
| | | implementation 'com.jaeger.statusbarutil:library:1.5.1' |
| | | |
| | | |
| | | //********UniSDK必须添加的依赖 start******** |
| | |
| | | implementation 'com.contrarywind:Android-PickerView:4.1.9' |
| | | |
| | | |
| | | |
| | | |
| | | //若不集成厂商通道,可直接跳过以下依赖 |
| | | // 极光厂商插件版本与接入 JPush 版本保持一致,下同 |
| | | // 接入华为厂商 |