We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01728f commit 68f70b8Copy full SHA for 68f70b8
README.md
@@ -28,11 +28,11 @@
28
29
```groovy
30
dependencies {
31
- compile 'me.iwf.photopicker:PhotoPicker:0.8.1@aar'
+ compile 'me.iwf.photopicker:PhotoPicker:0.8.4@aar'
32
33
- compile 'com.android.support:appcompat-v7:23.4.1'
34
- compile 'com.android.support:recyclerview-v7:23.4.1'
35
- compile 'com.android.support:design:23.4.1'
+ compile 'com.android.support:appcompat-v7:23.4.0'
+ compile 'com.android.support:recyclerview-v7:23.4.0'
+ compile 'com.android.support:design:23.4.0'
36
compile 'com.nineoldandroids:library:2.4.0'
37
compile 'com.github.bumptech.glide:glide:3.7.0'
38
}
0 commit comments