| | |
| | | //二维码库 |
| | | implementation project(path: ':third-zxing') |
| | | //Link本地库(在线依赖网络库) |
| | | implementation 'com.hdl.android:pmsdk:1.0.9' |
| | | implementation 'com.hdl.android:pmsdk:1.0.11' |
| | | // implementation 'com.hdl.android:debugsdk:1.0.71' |
| | | implementation project(path: ':sdk') |
| | | implementation 'androidx.activity:activity:1.2.3' |
| | |
| | | androidTestImplementation 'androidx.test.ext:junit:1.1.3' |
| | | androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' |
| | | // implementation 'org.greenrobot:eventbus:3.0.0' |
| | | implementation 'com.hdl.hdlhttp:hxhttp:1.0.4' |
| | | implementation 'com.hdl.hdlhttp:hxhttp:1.0.4'//1.0.4 |
| | | //okhttp 打印 |
| | | implementation 'com.squareup.okhttp3:logging-interceptor:4.9.1' |
| | | |