| | |
| | | |
| | | buildTypes { |
| | | release { |
| | | minifyEnabled false |
| | | minifyEnabled false //开启混淆 |
| | | proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' |
| | | signingConfig signingConfigs.release |
| | | } |
| | |
| | | implementation project(path: ':countrypicker') |
| | | //二维码库 |
| | | implementation project(path: ':third-zxing') |
| | | //Link本地库 |
| | | //Link本地库(在线依赖网络库) |
| | | implementation 'com.hdl.android:pmsdk:1.0.1' |
| | | implementation 'com.hdl.android:debugsdk:1.0.1' |
| | | implementation 'com.hdl.android:debugsdk:1.0.4' |
| | | |
| | | testImplementation 'junit:junit:4.13.2' |
| | | androidTestImplementation 'androidx.test.ext:junit:1.1.3' |