Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
esafirm committed Mar 30, 2017
1 parent 48422df commit d26cd73
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 45 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ And add this to your module's `build.gradle`

```groovy
dependencies {
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.github.esafirm.android-image-picker:imagepicker:x.y.z@aar'
// for experimental rx picker
compile 'com.github.esafirm.android-image-picker:rximagepicker:x.y.z@aar'
Expand Down
3 changes: 2 additions & 1 deletion imagepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.github.bumptech.glide:glide:3.7.0'

final supportLibraryVersion = '25.3.1'
compile "com.android.support:appcompat-v7:$supportLibraryVersion"
compile "com.android.support:recyclerview-v7:$supportLibraryVersion"

testCompile 'junit:junit:4.12'
}
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void run() {
snackBarView.hide();
}
});
}a
}

private void setupExtras() {
Intent intent = getIntent();
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit d26cd73

Please sign in to comment.