diff --git a/WordPressEditor/build.gradle b/WordPressEditor/build.gradle index d29339355225..4181b6c83181 100644 --- a/WordPressEditor/build.gradle +++ b/WordPressEditor/build.gradle @@ -39,14 +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' - releaseCompile project(path:':libs:utils:WordPressUtils', configuration: 'release') - debugCompile project(path:':libs:utils:WordPressUtils', configuration: 'debug') -} - -configurations.all { - // Exclude packaged wordpress sub projects, force the use of the source project - // (eg. use :libs:utils:WordPressUtils instead of 'org.wordpress:utils') - exclude group: 'org.wordpress', module: 'utils' + compile 'org.wordpress:utils:1.5.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'