hyzp_ybqx-Commit025:按照 yzp_ybqx-Commit022-区县切换新方法-OK 完美切换到 hyzp_ybqx04_changning 版本

This commit is contained in:
WinUser01
2021-12-15 17:54:40 +08:00
parent a6433adb04
commit ddefb867f8
63 changed files with 157 additions and 157 deletions
+1 -1
View File
@@ -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_ybqx03_junlian"
applicationId "com.flutter.hyzp_ybqx04_changning"
minSdkVersion 21
targetSdkVersion 29
versionCode flutterVersionCode.toInteger()
+3 -3
View File
@@ -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_ybqx03_junlian">
package="com.flutter.hyzp_ybqx04_changning">
<!-- * 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; ��Ԫ
@@ -40,9 +40,9 @@
<!-- android:label="宜宾市筠连黑烟抓拍"-->
<!-- android:label="宜宾市长宁黑烟抓拍"-->
<application
android:name="com.flutter.hyzp_ybqx03_junlian.MyApplication"
android:name="com.flutter.hyzp_ybqx04_changning.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_ybqx03_junlian;
package com.flutter.hyzp_ybqx04_changning;
import io.flutter.embedding.android.FlutterActivity;
@@ -1,4 +1,4 @@
package com.flutter.hyzp_ybqx03_junlian;
package com.flutter.hyzp_ybqx04_changning;
import com.baidu.flutter_bmfbase.BmfMapApplication;
@@ -16,7 +16,7 @@
<item android:top="37.5dp">
<bitmap
android:gravity="fill"
android:src="@mipmap/hyzp_ybqx03_junlian_launche" />
android:src="@mipmap/hyzp_ybqx04_changning_launche" />
</item>
</layer-list>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 549 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 856 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 856 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

+1 -1
View File
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.flutter.hyzp_ybqx03_junlian">
package="com.flutter.hyzp_ybqx04_changning">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->