Skip to content

Commit

Permalink
Changed WordPress-Utils-Android dependency to maven artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
aforcier committed Apr 1, 2015
1 parent 88f29c5 commit a5e31e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 1 addition & 8 deletions WordPressEditor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
include ':WordPressEditor'
include ':example'
include ':libs:utils:WordPressUtils'

0 comments on commit a5e31e8

Please sign in to comment.