Skip to content

Commit 6d7a3ea

Browse files
author
Deng
committed
release 2.0.2
1 parent fe925fa commit 6d7a3ea

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.1'
20+
compile 'com.github.vilyever:AndroidSocketClient:2.0.2'
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.1"
3+
"2.0.2"
44
}
55

66
/**

0 commit comments

Comments
 (0)