From 3f2f805b94e20498cfda4f130c57870edc2bf334 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Thu, 3 Jun 2021 11:38:08 +0800 Subject: [PATCH] update adas version --- modules/mogo-module-adas/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mogo-module-adas/build.gradle b/modules/mogo-module-adas/build.gradle index 1b4971bcfe..cea9d8ac5c 100644 --- a/modules/mogo-module-adas/build.gradle +++ b/modules/mogo-module-adas/build.gradle @@ -45,7 +45,7 @@ dependencies { // 现有的ADAS的通讯SDK,需要将里面的东西融合到我们项目中 compileOnly rootProject.ext.dependencies.adasapi - api "com.zhidao.support.adas:high:1.1.9.1" + api "com.zhidao.support.adas:high:1.1.9.2" annotationProcessor rootProject.ext.dependencies.aroutercompiler if (Boolean.valueOf(RELEASE)) {