aboutsummaryrefslogtreecommitdiff
path: root/about/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'about/build.gradle')
-rw-r--r--about/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/about/build.gradle b/about/build.gradle
index b970530..274ef5c 100644
--- a/about/build.gradle
+++ b/about/build.gradle
@@ -1,3 +1,5 @@
+import kau.Dependencies
+
apply from: '../android-lib.gradle'
android {
@@ -10,7 +12,7 @@ dependencies {
implementation project(':core-ui')
implementation project(':fastadapter')
- api kau.Dependencies.aboutLibraries
+ api Dependencies.aboutLibraries
}
apply from: '../artifacts.gradle'