hyzp_ybqx-Commit026:按照 yzp_ybqx-Commit022-区县切换新方法-OK 完美切换到 hyzp_ybqx511505_sanjiang_new_area 版本
@@ -36,7 +36,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "com.flutter.hyzp_ybqx04_changning"
|
||||
applicationId "com.flutter.hyzp_ybqx511505_sanjiang_new_area_launche"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.flutter.hyzp_ybqx04_changning">
|
||||
package="com.flutter.hyzp_ybqx511505_sanjiang_new_area_launche">
|
||||
<!-- * What went wrong:
|
||||
Execution failed for task ':app:generateDebugBuildConfig'.
|
||||
> org.xml.sax.SAXParseException; systemId: file:/R:/FlutterProject/FlutterProject33/hyzp_ybqx/android/app/src/main/AndroidManifest.xml; lineNumber: 69; columnNumber: 48; ��Ԫ
|
||||
@@ -34,15 +34,10 @@
|
||||
<!-- 访问网络,进行地图相关业务数据请求,包括地图数据,路线规划,POI检索等 -->
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
||||
<!-- android:label="宜宾黑烟抓拍"-->
|
||||
<!-- android:label="宜宾市翠屏黑烟抓拍"-->
|
||||
<!-- android:label="宜宾市兴文黑烟抓拍"-->
|
||||
<!-- android:label="宜宾市筠连黑烟抓拍"-->
|
||||
<!-- android:label="宜宾市长宁黑烟抓拍"-->
|
||||
<application
|
||||
android:name="com.flutter.hyzp_ybqx04_changning.MyApplication"
|
||||
android:name="com.flutter.hyzp_ybqx511505_sanjiang_new_area_launche.MyApplication"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="宜宾市长宁黑烟抓拍"
|
||||
android:label="宜宾三江新区黑烟抓拍"
|
||||
android:networkSecurityConfig="@xml/network_security_config"
|
||||
android:usesCleartextTraffic="true"
|
||||
tools:replace="android:label">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.flutter.hyzp_ybqx04_changning;
|
||||
package com.flutter.hyzp_ybqx511505_sanjiang_new_area_launche;
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.flutter.hyzp_ybqx04_changning;
|
||||
package com.flutter.hyzp_ybqx511505_sanjiang_new_area_launche;
|
||||
|
||||
import com.baidu.flutter_bmfbase.BmfMapApplication;
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<item android:top="37.5dp">
|
||||
<bitmap
|
||||
android:gravity="fill"
|
||||
android:src="@mipmap/hyzp_ybqx04_changning_launche" />
|
||||
android:src="@mipmap/hyzp_ybqx511505_sanjiang_new_area_launche" />
|
||||
</item>
|
||||
|
||||
</layer-list>
|
||||
|
||||
|
Before Width: | Height: | Size: 549 KiB After Width: | Height: | Size: 552 KiB |
|
Before Width: | Height: | Size: 256 KiB |
|
After Width: | Height: | Size: 257 KiB |
|
Before Width: | Height: | Size: 856 KiB |
|
After Width: | Height: | Size: 858 KiB |
|
Before Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 2.2 MiB |
|
After Width: | Height: | Size: 2.2 MiB |
@@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.flutter.hyzp_ybqx04_changning">
|
||||
package="com.flutter.hyzp_ybqx511505_sanjiang_new_area_launche">
|
||||
<!-- Flutter needs it to communicate with the running application
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
-->
|
||||
|
||||