We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b42e0 commit 8373311Copy full SHA for 8373311
2 files changed
README.md
@@ -17,7 +17,7 @@ Step 2. Add the dependency in the form
17
18
```gradle
19
dependencies {
20
- compile 'com.github.vilyever:AndroidSocketClient:1.5.1'
+ compile 'com.github.vilyever:AndroidSocketClient:2.0.0'
21
}
22
```
23
socketclient/build_library_ext.gradle
@@ -1,6 +1,6 @@
1
ext {
2
buildVersionName = {
3
- "1.5.1"
+ "2.0.0"
4
5
6
/**
0 commit comments