Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
Update 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yazeed44 committed Sep 18, 2015
1 parent 09bdebf commit 29b1f5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gradle Dependency (jCenter)
==========================
Just add the dependency to your build.gradle file
```gradle
compile 'net.yazeed44.imagepicker:imagepicker:1.2.2'
compile 'net.yazeed44.imagepicker:imagepicker:1.3.0'
```

[ ![Download](https://api.bintray.com/packages/yazeed44/maven/multi-image-picker/images/download.svg) ](https://bintray.com/yazeed44/maven/multi-image-picker/_latestVersion)
Expand Down
1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
app.iml
2 changes: 2 additions & 0 deletions imagepicker/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/build
imagepicker.iml
image-picker.iml
2 changes: 1 addition & 1 deletion imagepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
siteUrl = 'https://github.com/yazeed44/MultiImagePicker'
gitUrl = 'https://github.com/yazeed44/MultiImagePicker.git'

libraryVersion = '1.2.2'
libraryVersion = '1.3.0'

developerId = 'yazeed44'
developerName = 'Yazeed ahmed almagushi'
Expand Down

0 comments on commit 29b1f5d

Please sign in to comment.