Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 4323622

Browse files
committed
make image_picker work
1 parent d5f02ef commit 4323622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/image_picker/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ android {
3838
}
3939

4040
dependencies {
41-
compile 'com.github.bumptech.glide:glide:4.0.0-RC0'
42-
compile 'com.github.esafirm.android-image-picker:imagepicker:1.7.2@aar'
41+
compile 'com.github.bumptech.glide:glide:3.7.0'
42+
compile 'com.github.esafirm.android-image-picker:imagepicker:1.5.0@aar'
4343
compile 'com.android.support:appcompat-v7:25.4.0'
4444
compile 'com.android.support:recyclerview-v7:25.4.0'
4545
}

0 commit comments

Comments
 (0)