aboutsummaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorAllan Wang <allanwang@google.com>2019-07-27 21:10:18 -0700
committerAllan Wang <allanwang@google.com>2019-07-27 21:10:18 -0700
commit0bab0561f071fca253b75fbcdae453dbd8790cab (patch)
treef7b4f407bd1790de37c2b6280bec777697662eb0 /sample
parentcb88398bdd995339ca484721d422ba42e028d423 (diff)
downloadkau-0bab0561f071fca253b75fbcdae453dbd8790cab.tar.gz
kau-0bab0561f071fca253b75fbcdae453dbd8790cab.tar.bz2
kau-0bab0561f071fca253b75fbcdae453dbd8790cab.zip
Fix imports
Diffstat (limited to 'sample')
-rw-r--r--sample/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/sample/build.gradle b/sample/build.gradle
index 9a3473d..ab98695 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -129,7 +129,6 @@ dependencies {
implementation project(':mediapicker')
implementation Dependencies.materialDialog("input")
- implementation Dependencies.fastAdapter("utils")
testImplementation Dependencies.kotlinTest
testImplementation Dependencies.junit