Last active
July 28, 2019 11:20
-
-
Save joyceHong0524/4ad20ec0bece91c60b731c05095adfd4 to your computer and use it in GitHub Desktop.
Android implementation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Socket-io client를 build.gradle 파일에 추가해 준다 | |
dependencies{ | |
implementation('io.socket:socket.io-client:1.0.0') { | |
exclude group: 'org.json', module: 'json' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment