aboutsummaryrefslogtreecommitdiff
path: root/searchview/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-08-30 01:33:49 -0700
committerAllan Wang <me@allanwang.ca>2021-08-30 01:33:49 -0700
commit0c0cc7776a6b21bb6c8c83f74619ea6660429f2c (patch)
tree8b792b2bdb512a0f19a8e716d8bed276e8396b73 /searchview/build.gradle
parente122056cf58c88144f4b820567f101e2d999cdcd (diff)
downloadkau-0c0cc7776a6b21bb6c8c83f74619ea6660429f2c.tar.gz
kau-0c0cc7776a6b21bb6c8c83f74619ea6660429f2c.tar.bz2
kau-0c0cc7776a6b21bb6c8c83f74619ea6660429f2c.zip
Revert iconics api removal
Diffstat (limited to 'searchview/build.gradle')
-rw-r--r--searchview/build.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchview/build.gradle b/searchview/build.gradle
index 13a3829..64a88b3 100644
--- a/searchview/build.gradle
+++ b/searchview/build.gradle
@@ -7,8 +7,6 @@ apply from: '../android-lib.gradle'
dependencies {
implementation project(':core-ui')
implementation project(':fastadapter')
-
- implementation kau.Dependencies.iconicsGoogle
}
apply from: '../artifacts.gradle'