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