Skip to content

Commit aec6410

Browse files
committed
remove libs/utils dependency (use the artifact instead)
1 parent 5cac05f commit aec6410

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

WordPressEditor/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +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+
compile 'org.wordpress:utils:1.3.0'
4243
}
4344

4445
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)