diff options
author | lookshe <github@lookshe.org> | 2015-04-15 21:29:31 +0200 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2015-04-15 21:43:53 +0200 |
commit | b3b4a2902e37fb072e800f5dff0392755f5d4501 (patch) | |
tree | 0b0666dfbf20ef04e1d92531ce59d8697bb5c4eb /build.gradle | |
parent | 549810783ce651f27bdd386488b6690195522372 (diff) |
moved color picker to libs
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 6bd36115..3b765998 100644 --- a/build.gradle +++ b/build.gradle @@ -35,6 +35,7 @@ dependencies { compile 'com.google.zxing:android-integration:3.1.0' compile 'de.measite.minidns:minidns:0.1.3' compile project(':libs:emojicon') + compile project(':libs:colorpicker') } android { |