| | |
| | | }
|
| | |
|
| | | dependencies {
|
| | | // api fileTree(include: ['*.jar'], dir: 'libs')
|
| | |
|
| | |
|
| | | api fileTree(include: ['imageload4dh.jar'], dir: 'libs')
|
| | | // compileOnly fileTree(include: ['lechangeSDK.jar'], dir: 'libs')
|
| | | api fileTree(include: ['lechangeSDK.jar'], dir: 'libs')
|
| | | // compileOnly fileTree(include: ['eventbus:3.0.0.jar'], dir: 'libs')
|
| | | api fileTree(include: ['eventbus-3.0.0.jar'], dir: 'libs')
|
| | |
|
| | | // compileOnly fileTree(include: ['lechangeSDK.jar'], dir: 'libs')//库用这个
|
| | | api fileTree(include: ['lechangeSDK.jar'], dir: 'libs')//程序用这个
|
| | |
|
| | | // compile project(':LcOpenSDk')
|
| | |
|
| | | api project(':third-zxing')
|
| | | api "org.greenrobot:eventbus:3.0.0"
|
| | | // api "org.greenrobot:eventbus:3.0.0"
|
| | | api 'com.google.code.gson:gson:2.8.1'
|
| | |
|
| | | api "com.android.support:recyclerview-v7:28.0.0"
|