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

@@ -6,9 +6,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">
@@ -16,7 +15,7 @@
<meta-data
tools:replace="android:value"
android:name="com.amap.api.v2.apikey"
android:value="a36b9f7b086fa3951bb35338a5a06dd3" />
android:value="1c3fbc5f5e183619ffb1e7bc01e6751f" />
</application>
<uses-permission android:name="android.permission.WAKE_LOCK" />