Skip to content

Commit 055cfe6

Browse files
author
Deng
committed
release 2.0.3
1 parent f8d6d78 commit 055cfe6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Step 2. Add the dependency in the form
1717

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

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-
"2.0.2"
3+
"2.0.3"
44
}
55

66
/**

0 commit comments

Comments
 (0)