We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc7c62 commit 74add55Copy full SHA for 74add55
2 files changed
README.md
@@ -17,12 +17,12 @@ Step 2. Add the dependency in the form
17
18
```gradle
19
dependencies {
20
- compile 'com.github.vilyever:AndroidSocketClient:1.3.2'
+ compile 'com.github.vilyever:AndroidSocketClient:1.3.3'
21
}
22
```
23
24
## Updates
25
-* 1.3.2
+* 1.3.3
26
</br>
27
修复SocketServer启动监听回调时机问题
28
socketclient/build_library_ext.gradle
@@ -1,6 +1,6 @@
1
ext {
2
buildVersionName = {
3
- "1.3.2"
+ "1.3.3"
4
5
6
/**
0 commit comments