We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe925fa commit 6d7a3eaCopy full SHA for 6d7a3ea
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:2.0.1'
+ compile 'com.github.vilyever:AndroidSocketClient:2.0.2'
21
}
22
```
23
socketclient/build_library_ext.gradle
@@ -1,6 +1,6 @@
1
ext {
2
buildVersionName = {
3
- "2.0.1"
+ "2.0.2"
4
5
6
/**
0 commit comments