|
@ -113,6 +113,7 @@ dependencies {
|
113
|
113
|
implementation(rootProject.ext.ipuPlugin.ipu_share)
|
114
|
114
|
implementation(rootProject.ext.ipuPlugin.ipu_asr)
|
115
|
115
|
implementation(rootProject.ext.ipuPlugin.ipu_file_picker)
|
|
116
|
implementation(rootProject.ext.ipuPlugin.ipu_ocr)
|
116
|
117
|
implementation(name: rootProject.ext.localAar.ipu_mobile_rn,ext:'aar'){
|
117
|
118
|
exclude module:'ipu-plugin-extend'
|
118
|
119
|
}
|
|
@ -146,6 +147,4 @@ dependencies {
|
146
|
147
|
// 本地依赖jar包
|
147
|
148
|
implementation fileTree(include: ['*.jar'], dir: '../ipu-mobile-common/libs')
|
148
|
149
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
149
|
|
//
|
150
|
|
|
151
|
150
|
}
|