Skip to content

Commit 74add55

Browse files
author
Deng
committed
release 1.3.3
1 parent dfc7c62 commit 74add55

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Step 2. Add the dependency in the form
1717

1818
```gradle
1919
dependencies {
20-
compile 'com.github.vilyever:AndroidSocketClient:1.3.2'
20+
compile 'com.github.vilyever:AndroidSocketClient:1.3.3'
2121
}
2222
```
2323

2424
## Updates
25-
* 1.3.2
25+
* 1.3.3
2626
</br>
2727
修复SocketServer启动监听回调时机问题
2828

socketclient/build_library_ext.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
buildVersionName = {
3-
"1.3.2"
3+
"1.3.3"
44
}
55

66
/**

0 commit comments

Comments
 (0)