hyzp_ybqx-Commit021:按照 hyzp_ybqx-hyzp_ybqx-Commit020-区县切换老方法 完美切换到 hyzp_ybqx02_xingwen 版本

This commit is contained in:
WinUser01
2021-12-15 16:08:38 +08:00
parent 06dc7fd8f0
commit 08e36d2f7c
62 changed files with 171 additions and 156 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_ybqx01_cuiping"
applicationId "com.flutter.hyzp_ybqx02_xingwen"
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_ybqx01_cuiping">
package="com.flutter.hyzp_ybqx02_xingwen">
<!-- * 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; ��Ԫ
@@ -37,9 +37,9 @@
<!-- android:label="宜宾黑烟抓拍"-->
<!-- android:label="宜宾市翠屏黑烟抓拍"-->
<application
android:name="com.flutter.hyzp_ybqx01_cuiping.MyApplication"
android:name="com.flutter.hyzp_ybqx02_xingwen.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_ybqx01_cuiping;
package com.flutter.hyzp_ybqx02_xingwen;
import io.flutter.embedding.android.FlutterActivity;
@@ -1,4 +1,4 @@
package com.flutter.hyzp_ybqx01_cuiping;
package com.flutter.hyzp_ybqx02_xingwen;
import com.baidu.flutter_bmfbase.BmfMapApplication;
@@ -16,7 +16,7 @@
<item android:top="37.5dp">
<bitmap
android:gravity="fill"
android:src="@mipmap/hyzp_ybqx01_cuiping_launche" />
android:src="@mipmap/hyzp_ybqx02_xingwen_launche" />
</item>
</layer-list>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 549 KiB

After

Width:  |  Height:  |  Size: 550 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: 857 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_ybqx01_cuiping">
package="com.flutter.hyzp_ybqx02_xingwen">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->