From d3e50987f91e3d7cc6d36696d8460e1b12e7219c Mon Sep 17 00:00:00 2001 From: crazecoder <21527312@qq.com> Date: Wed, 15 Aug 2018 10:06:16 +0800 Subject: [PATCH] manifest detail --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b547efa6..3a723509 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,10 @@ OpenFile.open("/sdcard/example.txt"); ``` when Conflict with other plugins about FileProvider, add code below in your /android/app/src/main/AndroidManifest.xml ``` - + + ... - + + ``` when Android dependency 'com.android.support:appcompat-v7' has different version for the compile error, add code below in your /android/build.gradle ```