合并main与hmi模块

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-03-30 11:17:25 +08:00
committed by pangfan
parent bf21cb1dac
commit 483693e85d
68 changed files with 181 additions and 346 deletions

View File

@@ -13,9 +13,9 @@
android:label="@string/app_shell_name"
android:largeHeap="true"
android:resizeableActivity="false"
android:usesCleartextTraffic="true"
android:supportsRtl="true"
android:theme="@style/Main"
android:theme="@style/AppTheme.App"
android:usesCleartextTraffic="true"
tools:replace="android:label">
<!-- 配置APP ID -->
@@ -36,7 +36,6 @@
android:value="${MAP_SDK_VERSION}" />
</application>
</manifest>