diff options
author | Allan Wang <me@allanwang.ca> | 2019-07-01 12:03:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-01 12:03:18 -0700 |
commit | 9b2f9443e5472f3ef47d6d5085524ed3255a3102 (patch) | |
tree | b1cbf2552e5ecadd1dd2c303fab17afee06c3f16 /about/build.gradle | |
parent | 8d927f31b30ac5418e2091089f5d093f57006d9f (diff) | |
parent | 24c59b7681820c73197c2d2f0bf9814f3fb37d2f (diff) | |
download | kau-9b2f9443e5472f3ef47d6d5085524ed3255a3102.tar.gz kau-9b2f9443e5472f3ef47d6d5085524ed3255a3102.tar.bz2 kau-9b2f9443e5472f3ef47d6d5085524ed3255a3102.zip |
Merge pull request #209 from AllanWang/fastadapter-split
Fastadapter split
Diffstat (limited to 'about/build.gradle')
-rw-r--r-- | about/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/about/build.gradle b/about/build.gradle index 5a2a395..b970530 100644 --- a/about/build.gradle +++ b/about/build.gradle @@ -8,7 +8,7 @@ android { dependencies { implementation project(':core-ui') - implementation project(':adapter') + implementation project(':fastadapter') api kau.Dependencies.aboutLibraries } |