diff --git a/README.md b/README.md
index a8132ef..f4dfa9b 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Gradle Dependency (jCenter)
==========================
Just add the dependency to your build.gradle file
```gradle
-compile 'net.yazeed44.imagepicker:imagepicker:1.2.0'
+compile 'net.yazeed44.imagepicker:imagepicker:1.2.1'
```
[ ![Download](https://api.bintray.com/packages/yazeed44/maven/multi-image-picker/images/download.svg) ](https://bintray.com/yazeed44/maven/multi-image-picker/_latestVersion)
diff --git a/app/app.iml b/app/app.iml
index 3a28269..bc34132 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -36,13 +36,13 @@
-
+
-
+
@@ -71,7 +71,7 @@
-
+
@@ -96,13 +96,13 @@
-
+
+
-
diff --git a/app/build.gradle b/app/build.gradle
index 24522a5..20d6a0b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -35,6 +35,5 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile project(':imagepicker')
- compile 'com.afollestad:material-dialogs:0.7.6.0'
- //compile 'net.yazeed44.imagepicker:imagepicker:1.0.0'
+ compile 'com.afollestad:material-dialogs:0.7.8.1'
}
diff --git a/build.gradle b/build.gradle
index c2578a9..ac702f5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ buildscript {
dependencies {
- classpath 'com.android.tools.build:gradle:1.2.3'
+ classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
// NOTE: Do not place your application dependencies here; they belong
diff --git a/imagepicker/build.gradle b/imagepicker/build.gradle
index b718347..8a0e076 100644
--- a/imagepicker/build.gradle
+++ b/imagepicker/build.gradle
@@ -12,7 +12,7 @@ ext {
siteUrl = 'https://github.com/yazeed44/MultiImagePicker'
gitUrl = 'https://github.com/yazeed44/MultiImagePicker.git'
- libraryVersion = '1.2.0'
+ libraryVersion = '1.2.1'
developerId = 'yazeed44'
developerName = 'Yazeed ahmed almagushi'
@@ -53,7 +53,7 @@ repositories {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
- compile 'com.github.bumptech.glide:glide:3.6.0'
+ compile 'com.github.bumptech.glide:glide:3.6.1'
compile 'com.octo.android.robospice:robospice:1.4.14'
compile 'com.android.support:recyclerview-v7:22.2.1'
compile 'com.android.support:appcompat-v7:22.2.1'
@@ -62,7 +62,7 @@ dependencies {
compile 'de.greenrobot:eventbus:2.4.0'
compile 'com.github.chrisbanes.photoview:library:1.2.3'
compile 'com.android.support:support-annotations:22.2.1'
- compile 'com.commonsware.cwac:cam2:0.1.1'
+ compile 'com.commonsware.cwac:cam2:0.2.0'
}
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
diff --git a/imagepicker/imagepicker.iml b/imagepicker/imagepicker.iml
index 1028a45..a4252b2 100644
--- a/imagepicker/imagepicker.iml
+++ b/imagepicker/imagepicker.iml
@@ -1,5 +1,5 @@
-
+
@@ -37,13 +37,13 @@
-
+
-
+
@@ -98,15 +98,15 @@
-
+
+
-
-
+
+
-
\ No newline at end of file