| | |
| | | defaultConfig { |
| | | minSdkVersion rootProject.minSdkVersion |
| | | targetSdkVersion rootProject.targetSdkVersion |
| | | versionCode 7 |
| | | versionName "1.1.9" |
| | | versionCode 11 |
| | | versionName "1.2.3" |
| | | |
| | | consumerProguardFiles "consumer-rules.pro" |
| | | } |
| | |
| | | } |
| | | |
| | | dependencies { |
| | | // implementation fileTree(include: ['*.jar'], dir: 'libs') |
| | | implementation fileTree(include: ['*.jar'], dir: 'libs') |
| | | |
| | | api 'com.hdl.hdlhttp:hxhttp:1.0.4' |
| | | api 'com.squareup.okhttp3:logging-interceptor:4.9.1' |
| | | // embed(name: 'hxhttp_1.0.4_230201',ext: 'aar') |
| | | api files('libs/hdlSDK_V1.0.7.jar') |
| | | |
| | | api 'com.google.code.gson:gson:2.8.8' |
| | | //二维码 |
| | | api 'com.google.zxing:core:3.4.1' |
| | | //事件总线 |
| | | api 'org.greenrobot:eventbus:3.2.0' |
| | | } |