| | |
| | | |
| | | defaultConfig { |
| | | applicationId "com.hdl.hdlsdkdemo" |
| | | minSdk 21 |
| | | minSdk 23 |
| | | targetSdk 31 |
| | | versionCode 1 |
| | | versionName "1.0" |
| | |
| | | androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' |
| | | |
| | | implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.6' |
| | | implementation 'com.google.code.gson:gson:2.8.8' |
| | | implementation files('libs\\com.hdl.sdk-v1.0.16.aar') |
| | | // implementation project(path: ':hdl-connect') |
| | | // implementation 'com.google.code.gson:gson:2.8.8' |
| | | implementation files('libs\\com.hdl.sdk-v1.2.1.aar') |
| | | |
| | | //二维码 |
| | | implementation 'com.google.zxing:core:3.4.1' |
| | | //事件总线 |
| | | implementation 'org.greenrobot:eventbus:3.2.0' |
| | | } |