From 3d7c85bd97261116a090a7202b0e0ed2625b5d73 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Fri, 23 Feb 2018 20:52:21 -0500 Subject: Misc (#140) * Nullify task * Rewrite circle view * Add better encapsulation * Update annotations * Update kpref annotations * Begin writing tests for color picker * Add color selection tests * Update changelog * Cleanup --- core/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'core/build.gradle') diff --git a/core/build.gradle b/core/build.gradle index a2d1dd3..046a734 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -5,6 +5,7 @@ apply from: '../android-lib.gradle' dependencies { api kauDependency.kotlin + api "com.android.support:support-annotations:${kau.supportLibs}" api "com.android.support:appcompat-v7:${kau.supportLibs}" api "com.android.support:support-v13:${kau.supportLibs}" api "com.android.support:design:${kau.supportLibs}" -- cgit v1.2.3