From aac8c2d32f3ad695b85c0d2bb2f9e74b58a09527 Mon Sep 17 00:00:00 2001 From: Yuanbin Date: Fri, 10 Apr 2020 18:27:16 +0800 Subject: [PATCH] Reduce the cleartextTrafficPermitted domain to android.bugly.qq.com --- android/src/main/AndroidManifest.xml | 2 +- android/src/main/res/xml/network_security_config.xml | 8 ++++++++ example/android/gradle.properties | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 android/src/main/res/xml/network_security_config.xml diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index ef2df31..c530cfa 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -4,7 +4,7 @@ package="com.crazecoder.flutterbugly"> + + + + + android.bugly.qq.com + + \ No newline at end of file diff --git a/example/android/gradle.properties b/example/android/gradle.properties index 53ae0ae..946d709 100644 --- a/example/android/gradle.properties +++ b/example/android/gradle.properties @@ -1,3 +1,3 @@ android.enableJetifier=true android.useAndroidX=true -org.gradle.jvmargs=-Xmx1536M +org.gradle.jvmargs=-Xmx1536M \ No newline at end of file