From 8f08bbd246ce8e24e093c372b9a553527e77afdc Mon Sep 17 00:00:00 2001 From: zhongchao Date: Wed, 25 Aug 2021 15:53:41 +0800 Subject: [PATCH] fix bug of gradle aicloudservices file --- app/functions/aicloudservices.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/functions/aicloudservices.gradle b/app/functions/aicloudservices.gradle index d86632439c..b27edb241e 100644 --- a/app/functions/aicloudservices.gradle +++ b/app/functions/aicloudservices.gradle @@ -10,9 +10,9 @@ project.dependencies { fochtaxiImplementation rootProject.ext.dependencies.mogoaicloudserviceapk fochbusImplementation rootProject.ext.dependencies.mogoaicloudserviceapk - fPadLenovoImplementation rootProject.ext.dependencies.mogoaicloudserviceapk - fPadLenovoOchTaxiImplementation rootProject.ext.dependencies.mogoaicloudserviceapk - fPadLenovoOchBusImplementation rootProject.ext.dependencies.mogoaicloudserviceapk + fPadLenovoImplementation rootProject.ext.dependencies.mogoaicloudservicesdk + fPadLenovoOchTaxiImplementation rootProject.ext.dependencies.mogoaicloudservicesdk + fPadLenovoOchBusImplementation rootProject.ext.dependencies.mogoaicloudservicesdk } else { bydautoImplementation project(':foudations:mogo-aicloud-services-sdk') phoneImplementation project(':foudations:mogo-aicloud-services-sdk')