diff options
Diffstat (limited to 'sample/build.gradle')
-rw-r--r-- | sample/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/build.gradle b/sample/build.gradle index 3350b3b..d20a972 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -84,7 +84,7 @@ dependencies { compile project(':core-ui') compile project(':kpref-activity') compile project(':searchview') - compile project(':imagepicker') + compile project(':mediapicker') androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) |