From 6b59e093544fd4ef3c389e09accbb6ca3e698462 Mon Sep 17 00:00:00 2001 From: Nereo Date: Sun, 12 Jun 2016 17:44:32 +0800 Subject: [PATCH] remove declare from app to lib --- app/src/main/AndroidManifest.xml | 7 ------- multi-image-selector/src/main/AndroidManifest.xml | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f0fbd7c..38546eb 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,9 +2,6 @@ - - - - - diff --git a/multi-image-selector/src/main/AndroidManifest.xml b/multi-image-selector/src/main/AndroidManifest.xml index ea4f53e..7fd4a3a 100644 --- a/multi-image-selector/src/main/AndroidManifest.xml +++ b/multi-image-selector/src/main/AndroidManifest.xml @@ -1,8 +1,15 @@ + + + + +