Skip to content

Commit 1c727d7

Browse files
committed
Update readme
1 parent c5c85d0 commit 1c727d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Working .net core SignalR server.
1414
### Installing
1515

1616
```
17-
implementation 'com.smartarmenia:dotnetcoresignalrclientjava:1.08'
17+
implementation 'com.smartarmenia:dotnetcoresignalrclientjava:1.09'
1818
```
1919
or (for Android Studio 2.x)
2020
```
21-
compile 'com.smartarmenia:dotnetcoresignalrclientjava:1.08'
21+
compile 'com.smartarmenia:dotnetcoresignalrclientjava:1.09'
2222
```
2323

2424
#### Kotlin example
@@ -27,9 +27,9 @@ private val connection: HubConnection = WebSocketHubConnection("http(https)://hu
2727
```
2828

2929
```
30-
connection.connect()
3130
connection.addListener(listener)
3231
connection.subscribeToEvent(event, listener)
32+
connection.connect()
3333
```
3434

3535
Invoke method
@@ -45,9 +45,9 @@ final HubConnection connection = new WebSocketHubConnection("http(https)://hubad
4545
```
4646

4747
```
48-
connection.connect();
4948
connection.addListener(listener);
5049
connection.subscribeToEvent(event, listener);
50+
connection.connect();
5151
```
5252

5353
Invoke method

0 commit comments

Comments
 (0)