From 6561fb961ed689d660495918ef3d4b84e1cf3147 Mon Sep 17 00:00:00 2001 From: Matthew-The-Mighty-Mouse-Madge Date: Sun, 18 Oct 2015 10:34:57 -0700 Subject: [PATCH] Fixed issue with internet access permissions and android icon when using SDK 23 and Build Tools 23.0.1. --- library/AndroidManifest.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/library/AndroidManifest.xml b/library/AndroidManifest.xml index 37feae9..2db4aad 100644 --- a/library/AndroidManifest.xml +++ b/library/AndroidManifest.xml @@ -1,17 +1,21 @@ + android:versionName="1.0"> + + + android:theme="@style/AppTheme" + tools:replace="android:icon"> \ No newline at end of file