[change]移除adas无效依赖
This commit is contained in:
@@ -71,7 +71,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
implementation rootProject.ext.dependencies.androidxappcompat
|
||||
implementation rootProject.ext.dependencies.mogochainbase
|
||||
//okhttp3的依赖
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.3'
|
||||
@@ -85,10 +85,10 @@ dependencies {
|
||||
// implementation 'com.google.protobuf:protobuf-java-util:3.6.1'
|
||||
implementation 'com.jcraft:jsch:0.1.55'
|
||||
// api project(path: ':lib_recorder')
|
||||
api "com.zhidao.support.recorder:recorder:1.0.0.3"
|
||||
// api "com.zhidao.support.recorder:recorder:1.0.0.3"
|
||||
|
||||
if (Boolean.valueOf(USE_MAVEN_PACKAGE)) {
|
||||
|
||||
implementation project(':libraries:mogo-adas-data')
|
||||
} else {
|
||||
implementation project(':libraries:mogo-adas-data')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user