File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff 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
5245signing {
Original file line number Diff line number Diff line change 11include ' :WordPressEditor'
22include ' :example'
3- include ' :libs:utils:WordPressUtils'
You can’t perform that action at this time.
0 commit comments