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
+
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'
+}