Skip to content

Commit

Permalink
Fix failing build.
Browse files Browse the repository at this point in the history
  • Loading branch information
amatkivskiy committed Jan 14, 2017
1 parent e163c96 commit 755886e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions library/async/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ publish {
}

dependencies {
// compile project(':library:core')
compile 'com.github.amatkivskiy:gitter.sdk.core:1.6.0'
compile project(':library:core')
// compile 'com.github.amatkivskiy:gitter.sdk.core:1.6.0'

compile 'com.squareup.okio:okio:1.6.0'
compile 'com.squareup.okhttp3:okhttp:3.5.0'
Expand Down
4 changes: 2 additions & 2 deletions library/rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ publish {
}

dependencies {
compile 'com.github.amatkivskiy:gitter.sdk.core:1.6.0'
// compile project(':library:core')
// compile 'com.github.amatkivskiy:gitter.sdk.core:1.6.0'
compile project(':library:core')
compile 'io.reactivex:rxjava:1.1.0'

testCompile 'org.mockito:mockito-core:2.1.0-RC.1'
Expand Down
4 changes: 2 additions & 2 deletions library/sync/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ publish {
}

dependencies {
compile 'com.github.amatkivskiy:gitter.sdk.core:1.6.0'
// compile project(':library:core')
// compile 'com.github.amatkivskiy:gitter.sdk.core:1.6.0'
compile project(':library:core')
}

0 comments on commit 755886e

Please sign in to comment.