|
|
|
|
71
|
implementation (rootProject.ext.ipu.ipu_mobile_framework){
|
71
|
implementation (rootProject.ext.ipu.ipu_mobile_framework){
|
72
|
changing = true
|
72
|
changing = true
|
73
|
}
|
73
|
}
|
|
|
74
|
/**
|
|
|
75
|
* 插件
|
|
|
76
|
*/
|
74
|
implementation(rootProject.ext.ipuPlugin.ipu_scan)
|
77
|
implementation(rootProject.ext.ipuPlugin.ipu_scan)
|
|
|
78
|
implementation(rootProject.ext.ipuPlugin.ipu_map_gd)
|
75
|
implementation(name: rootProject.ext.localAar.ipu_mobile_rn,ext:'aar'){
|
79
|
implementation(name: rootProject.ext.localAar.ipu_mobile_rn,ext:'aar'){
|
76
|
exclude module:'ipu-plugin-extend'
|
80
|
exclude module:'ipu-plugin-extend'
|
77
|
}
|
81
|
}
|