diff options
author | Allan Wang <allanwang@google.com> | 2019-07-27 21:10:18 -0700 |
---|---|---|
committer | Allan Wang <allanwang@google.com> | 2019-07-27 21:10:18 -0700 |
commit | 0bab0561f071fca253b75fbcdae453dbd8790cab (patch) | |
tree | f7b4f407bd1790de37c2b6280bec777697662eb0 /sample | |
parent | cb88398bdd995339ca484721d422ba42e028d423 (diff) | |
download | kau-0bab0561f071fca253b75fbcdae453dbd8790cab.tar.gz kau-0bab0561f071fca253b75fbcdae453dbd8790cab.tar.bz2 kau-0bab0561f071fca253b75fbcdae453dbd8790cab.zip |
Fix imports
Diffstat (limited to 'sample')
-rw-r--r-- | sample/build.gradle | 1 |
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 |