aboutsummaryrefslogtreecommitdiff
path: root/imagepicker/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'imagepicker/build.gradle')
-rw-r--r--imagepicker/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/imagepicker/build.gradle b/imagepicker/build.gradle
index 8b3acb1..b2b9b7d 100644
--- a/imagepicker/build.gradle
+++ b/imagepicker/build.gradle
@@ -13,7 +13,7 @@ android {
buildToolsVersion project.BUILD_TOOLS
androidGitVersion {
- codeFormat = 'MMNNPP'
+ codeFormat = 'MMNNPPBB'
prefix 'v'
}
@@ -43,7 +43,7 @@ android {
}
dependencies {
- compile project(':core')
+ compile project(':core-ui')
compile "com.github.bumptech.glide:glide:${GLIDE}"
kapt "com.github.bumptech.glide:compiler:${GLIDE}"
}