Skip to content

Commit

Permalink
Update java_web_socket dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NaikSoftware committed Apr 5, 2017
1 parent dbe40a6 commit 10ac44f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
maven { url "http://clojars.org/repo" }
}
}

Expand Down
2 changes: 1 addition & 1 deletion example-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'org.java-websocket:Java-WebSocket:1.3.0'
compile 'org.java-websocket:java-websocket:1.3.2'
compile 'com.android.support:recyclerview-v7:25.2.0'
compile 'io.reactivex:rxandroid:1.2.1'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'io.reactivex:rxjava:1.2.0'
// Supported transports
provided 'org.java-websocket:Java-WebSocket:1.3.0'
provided "org.java-websocket:java-websocket:1.3.2"
}

task sourcesJar(type: Jar) {
Expand Down

0 comments on commit 10ac44f

Please sign in to comment.