From aec64104bbc1fb14702e6cf78ff57656512c5848 Mon Sep 17 00:00:00 2001 From: Maxime Biais Date: Tue, 10 Feb 2015 12:31:26 +0100 Subject: [PATCH] remove libs/utils dependency (use the artifact instead) --- WordPressEditor/build.gradle | 1 + settings.gradle | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPressEditor/build.gradle b/WordPressEditor/build.gradle index 8c0c644b70d1..f1b71cea54ed 100644 --- a/WordPressEditor/build.gradle +++ b/WordPressEditor/build.gradle @@ -39,6 +39,7 @@ dependencies { compile 'com.android.support:appcompat-v7:21.0.+' compile 'com.android.support:support-v4:21.0.+' compile 'org.wordpress:analytics:1.0.0' + compile 'org.wordpress:utils:1.3.0' } signing { diff --git a/settings.gradle b/settings.gradle index 22852583301f..af0d9296c5f2 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,3 +1,2 @@ include ':WordPressEditor' include ':example' -include ':libs:utils:WordPressUtils'