diff options
author | Allan Wang <me@allanwang.ca> | 2021-08-30 01:33:49 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-08-30 01:33:49 -0700 |
commit | 0c0cc7776a6b21bb6c8c83f74619ea6660429f2c (patch) | |
tree | 8b792b2bdb512a0f19a8e716d8bed276e8396b73 /core | |
parent | e122056cf58c88144f4b820567f101e2d999cdcd (diff) | |
download | kau-0c0cc7776a6b21bb6c8c83f74619ea6660429f2c.tar.gz kau-0c0cc7776a6b21bb6c8c83f74619ea6660429f2c.tar.bz2 kau-0c0cc7776a6b21bb6c8c83f74619ea6660429f2c.zip |
Revert iconics api removal
Diffstat (limited to 'core')
-rw-r--r-- | core/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/build.gradle b/core/build.gradle index 57ad8fe..0f9bd5e 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -14,7 +14,7 @@ dependencies { api kau.Dependencies.coroutines api kau.Dependencies.iconics - implementation kau.Dependencies.iconicsGoogle + api kau.Dependencies.iconicsGoogle api kau.Dependencies.materialDialog } |