Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Updated to latest Retrofit, okhttp3, commons-lang, rxjava1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyuri Grell committed Nov 13, 2017
1 parent c5ac634 commit 57ac479
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ subprojects {

dependencies {
compile 'javax.inject:javax.inject:1'
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.retrofit2:converter-jackson:2.1.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'
compile 'org.apache.commons:commons-lang3:3.5'
compile 'com.squareup.retrofit2:retrofit:2.3.0'
compile 'com.squareup.retrofit2:converter-jackson:2.3.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.9.0'
compile 'org.apache.commons:commons-lang3:3.7'

testCompile 'junit:junit:4.12'
testCompile 'org.hamcrest:hamcrest-core:1.3'
Expand Down
4 changes: 2 additions & 2 deletions sdk-rx/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dependencies {
compile project(':components')

compile 'com.squareup.retrofit2:adapter-rxjava:2.1.0'
compile 'io.reactivex:rxjava:1.3.0'
compile 'com.squareup.retrofit2:adapter-rxjava:2.3.0'
compile 'io.reactivex:rxjava:1.3.3'
}

archivesBaseName = 'java-sdk-rx'
Expand Down

0 comments on commit 57ac479

Please sign in to comment.