Skip to content

Commit 4e2672d

Browse files
committed
use local dependencies only
1 parent 566e02e commit 4e2672d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ gradle.properties
2424

2525
# dependencies
2626
WordPressUtils
27+
WordPressComRest

WordPressNetworking/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
}
2727

2828
dependencies {
29-
compile 'com.automattic:wordpresscom-rest:0.0.5' // android-wordpress-com-rest repo is not public
3029
compile 'com.mcxiaoke.volley:library:1.0.+'
30+
compile project(':WordPressComRest')
3131
compile project(':WordPressUtils')
3232
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':WordPressNetworking', ':WordPressUtils'
1+
include ':WordPressNetworking', ':WordPressUtils', ':WordPressComRest'

0 commit comments

Comments
 (0)