修复百度定位不准确,添加六分钟卸货限制,gradle优化

This commit is contained in:
2023-09-11 15:18:22 +08:00
parent f4d2048d81
commit 3955131756
9 changed files with 310 additions and 240 deletions
+2 -2
View File
@@ -54,13 +54,13 @@
android:allowBackup="true"
android:excludeFromRecents="true"
android:icon="@drawable/diver_logo"
android:label="@string/app_name"
android:label="@string/appName"
android:largeHeap="true"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
tools:replace="android:icon">
tools:replace="android:label,android:allowBackup">
<uses-library
android:name="com/alct/mdp"