aboutsummaryrefslogtreecommitdiff
path: root/about/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-14 19:01:33 -0700
committerAllan Wang <me@allanwang.ca>2019-09-14 19:01:33 -0700
commiteafb4881cc6c33d7ae94b1f1e1b5b34fb18ebd03 (patch)
treea4340255cb7bf74d0f56cc00d097ab06748faded /about/build.gradle
parentc7f2361ab63c45c8b6a370b6ab711dc7f398a4cf (diff)
downloadkau-eafb4881cc6c33d7ae94b1f1e1b5b34fb18ebd03.tar.gz
kau-eafb4881cc6c33d7ae94b1f1e1b5b34fb18ebd03.tar.bz2
kau-eafb4881cc6c33d7ae94b1f1e1b5b34fb18ebd03.zip
Revert about library to older variant
Diffstat (limited to 'about/build.gradle')
-rw-r--r--about/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/about/build.gradle b/about/build.gradle
index 114428b..274ef5c 100644
--- a/about/build.gradle
+++ b/about/build.gradle
@@ -11,7 +11,6 @@ android {
dependencies {
implementation project(':core-ui')
implementation project(':fastadapter')
- implementation Dependencies.fastAdapter("utils")
api Dependencies.aboutLibraries
}