diff --git a/README.md b/README.md
index 8ea37a97..b8d0cd94 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,9 @@ Language: [English](https://github.com/alibaba/flutter-go/blob/master/README-en.
android下载地址:
-
+
+华为市场已上线,master分支上面已上传【FlutterGo.apk】apk包,可点击下载
+
iphone下载地址: AppStore上面进行搜索fluttego
diff --git a/android/app/release/app-release.apk b/android/app/release/app-release.apk
new file mode 100644
index 00000000..296ac626
Binary files /dev/null and b/android/app/release/app-release.apk differ
diff --git a/android/app/release/output.json b/android/app/release/output.json
index 16e1b0c5..5dae1a91 100644
--- a/android/app/release/output.json
+++ b/android/app/release/output.json
@@ -1 +1 @@
-[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"0.0.5","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
\ No newline at end of file
+[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0.6","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
\ No newline at end of file
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index b3199af5..b7417d00 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -7,21 +7,22 @@
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
-
-
-
+
+
+
+
+ android:label="FlutterGo"
+ android:icon="@mipmap/ic_launcher_logo"
+ android:usesCleartextTraffic="true">