[opt2.15.0][adas]升级Maven mogo-adas版本,移除mogo-adas-data aar中的proto文件

This commit is contained in:
xinfengkun
2023-04-13 14:19:44 +08:00
parent 7c69df7012
commit c4d2ea0f95
2 changed files with 6 additions and 2 deletions

View File

@@ -56,6 +56,10 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
//移除aar包中的proto文件
packagingOptions {
exclude '**/*.proto'
}
}
dependencies {