Skip to content

Commit a5e31e8

Browse files
committed
Changed WordPress-Utils-Android dependency to maven artifact
1 parent 88f29c5 commit a5e31e8

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

WordPressEditor/build.gradle

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,7 @@ dependencies {
3939
compile 'com.android.support:appcompat-v7:21.0.+'
4040
compile 'com.android.support:support-v4:21.0.+'
4141
compile 'org.wordpress:analytics:1.0.0'
42-
releaseCompile project(path:':libs:utils:WordPressUtils', configuration: 'release')
43-
debugCompile project(path:':libs:utils:WordPressUtils', configuration: 'debug')
44-
}
45-
46-
configurations.all {
47-
// Exclude packaged wordpress sub projects, force the use of the source project
48-
// (eg. use :libs:utils:WordPressUtils instead of 'org.wordpress:utils')
49-
exclude group: 'org.wordpress', module: 'utils'
42+
compile 'org.wordpress:utils:1.5.0'
5043
}
5144

5245
signing {

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
include ':WordPressEditor'
22
include ':example'
3-
include ':libs:utils:WordPressUtils'

0 commit comments

Comments
 (0)