File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ allprojects {
1818 repositories {
1919 jcenter()
2020 maven { url " https://jitpack.io" }
21+ maven { url " http://clojars.org/repo" }
2122 }
2223}
2324
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
2929 compile fileTree(dir : ' libs' , include : [' *.jar' ])
3030 testCompile ' junit:junit:4.12'
3131 compile ' com.android.support:appcompat-v7:25.2.0'
32- compile ' org.java-websocket:Java-WebSocket :1.3.0 '
32+ compile ' org.java-websocket:java-websocket :1.3.2 '
3333 compile ' com.android.support:recyclerview-v7:25.2.0'
3434 compile ' io.reactivex:rxandroid:1.2.1'
3535 compile ' com.squareup.retrofit2:converter-gson:2.1.0'
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
3434 testCompile ' junit:junit:4.12'
3535 compile ' io.reactivex:rxjava:1.2.0'
3636 // Supported transports
37- provided ' org.java-websocket:Java-WebSocket :1.3.0 '
37+ provided " org.java-websocket:java-websocket :1.3.2 "
3838}
3939
4040task sourcesJar (type : Jar ) {
You can’t perform that action at this time.
0 commit comments