From 537494cb9908dce0fbae78e59f4f2421ae2ce32d Mon Sep 17 00:00:00 2001 From: Akash Pal Date: Wed, 9 Aug 2017 17:24:32 +0530 Subject: [PATCH 1/2] Unused reference removed --- plugin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.xml b/plugin.xml index 35ea271..c8b1858 100644 --- a/plugin.xml +++ b/plugin.xml @@ -8,7 +8,7 @@ - + @@ -54,4 +54,4 @@ - \ No newline at end of file + From 882be9ab7033463b47a36f33f35764eab2441367 Mon Sep 17 00:00:00 2001 From: Akash Pal Date: Mon, 16 Oct 2017 11:16:32 +0530 Subject: [PATCH 2/2] Third part dependency updated Image preview being stretched fixed. --- src/android/plugin.gradle | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/android/plugin.gradle b/src/android/plugin.gradle index f60cdbe..48210e2 100644 --- a/src/android/plugin.gradle +++ b/src/android/plugin.gradle @@ -1,8 +1,10 @@ repositories { - jcenter() - maven { url "https://dl.bintray.com/drummer-aidan/maven" } +    jcenter() +    maven { url "https://jitpack.io" } +    maven { url 'https://dl.bintray.com/drummer-aidan/maven' } +    maven { url 'https://dl.bintray.com/maheshpachbole/CordovaPlugin' } } dependencies { - compile 'com.afollestad:material-camera:0.4.4' -} \ No newline at end of file +    compile 'com.afollestad:material-camera:0.4.5' +}