Skip to content

Commit

Permalink
bump socket.io-client
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzawa committed Sep 29, 2016
1 parent ff40c24 commit 61c9326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.0.+'
compile 'com.android.support:recyclerview-v7:21.0.+'
compile ('io.socket:socket.io-client:0.8.0') {
compile ('io.socket:socket.io-client:0.8.1') {
exclude group: 'org.json', module: 'json'
}
}

0 comments on commit 61c9326

Please sign in to comment.