From 81996038462de1be86643e95d262933c4b96c551 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 8 Jul 2017 20:25:23 -0700 Subject: Move components to separate modules --- imagepicker/build.gradle | 4 ++-- .../kotlin/ca/allanwang/kau/imagepicker/ImagePickerActivityBase.kt | 2 +- imagepicker/src/main/res/layout/kau_activity_image_picker.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'imagepicker') 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}" } diff --git a/imagepicker/src/main/kotlin/ca/allanwang/kau/imagepicker/ImagePickerActivityBase.kt b/imagepicker/src/main/kotlin/ca/allanwang/kau/imagepicker/ImagePickerActivityBase.kt index d5562aa..fdd612c 100644 --- a/imagepicker/src/main/kotlin/ca/allanwang/kau/imagepicker/ImagePickerActivityBase.kt +++ b/imagepicker/src/main/kotlin/ca/allanwang/kau/imagepicker/ImagePickerActivityBase.kt @@ -13,7 +13,7 @@ import android.support.v7.widget.Toolbar import android.transition.TransitionInflater import ca.allanwang.kau.logging.KL import ca.allanwang.kau.utils.bindView -import ca.allanwang.kau.widgets.ElasticDragDismissFrameLayout +import ca.allanwang.kau.ui.widgets.ElasticDragDismissFrameLayout import com.mikepenz.fastadapter.commons.adapters.FastItemAdapter diff --git a/imagepicker/src/main/res/layout/kau_activity_image_picker.xml b/imagepicker/src/main/res/layout/kau_activity_image_picker.xml index 3c12a84..6e0bf67 100644 --- a/imagepicker/src/main/res/layout/kau_activity_image_picker.xml +++ b/imagepicker/src/main/res/layout/kau_activity_image_picker.xml @@ -1,5 +1,5 @@ - - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3