diff options
author | Allan Wang <me@allanwang.ca> | 2018-02-23 20:53:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 20:53:16 -0500 |
commit | a7e24f0c6bb1c598735eb902cf8cdff8de5dd1da (patch) | |
tree | 98671b65142ea84aac26d455cae1ec1ce99a5cf8 /adapter/build.gradle | |
parent | 3d7c85bd97261116a090a7202b0e0ed2625b5d73 (diff) | |
download | kau-a7e24f0c6bb1c598735eb902cf8cdff8de5dd1da.tar.gz kau-a7e24f0c6bb1c598735eb902cf8cdff8de5dd1da.tar.bz2 kau-a7e24f0c6bb1c598735eb902cf8cdff8de5dd1da.zip |
Update/fast adapter (#138)
* Update version and add debug key
* Update fast adapter
* Add debug separation
* Inline functions and remove unused
Diffstat (limited to 'adapter/build.gradle')
-rw-r--r-- | adapter/build.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/adapter/build.gradle b/adapter/build.gradle index b58c912..a4f2583 100644 --- a/adapter/build.gradle +++ b/adapter/build.gradle @@ -5,9 +5,7 @@ apply from: '../android-lib.gradle' dependencies { implementation project(':core') - //noinspection GradleDependency api "com.mikepenz:fastadapter-commons:${kau.fastAdapterCommons}@aar" - //noinspection GradleDependency api "com.mikepenz:fastadapter:${kau.fastAdapter}@aar" } |