This commit is contained in:
wangcongtao
2020-06-09 15:53:28 +08:00
parent a878573bcf
commit 596fbdda1f
23 changed files with 16 additions and 229 deletions

View File

@@ -8,9 +8,8 @@
<application
android:name=".MogoApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/ic_launcher"
android:label="@string/app_shell_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme.App"
tools:replace="android:label">
@@ -21,7 +20,7 @@
<!-- android:exported="true" />-->
<meta-data
android:name="com.amap.api.v2.apikey"
android:value="40e2e7e773c7562b1f2b13699a93992c"
android:value="a36b9f7b086fa3951bb35338a5a06dd3"
tools:replace="android:value" />
<!-- 高德地图 -->
</application>