| | |
| | | implementation project(path: ':third-zxing') |
| | | //Link本地库(在线依赖网络库) |
| | | implementation 'com.hdl.android:pmsdk:1.0.2' |
| | | implementation 'com.hdl.android:debugsdk:1.0.16' |
| | | implementation 'com.hdl.android:debugsdk:1.0.22' |
| | | |
| | | testImplementation 'junit:junit:4.13.2' |
| | | androidTestImplementation 'androidx.test.ext:junit:1.1.3' |
| | |
| | | //屏幕适配库 |
| | | implementation 'com.github.JessYanCoding:AndroidAutoSize:v1.2.1' |
| | | |
| | | |
| | | //图片加载库 |
| | | implementation 'com.github.bumptech.glide:glide:4.13.0' |
| | | annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' |