File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,11 +17,13 @@ repositories {
1717}
1818
1919dependencies {
20- compile 'com.github.amatkivskiy:gitter.rx.sdk:1.1.0 '
20+ compile 'com.github.amatkivskiy:gitter.rx.sdk:1.2.1 '
2121}
2222```
2323
2424## Release notes
25+ - 1.2.1
26+ - Added ability to retrieve unread messages.
2527- 1.2.0
2628 - Added ability to search users
2729 - Added ability to search rooms
@@ -38,6 +40,7 @@ dependencies {
3840- Room users
3941- Channels
4042- Join a room
43+ - Remove user from the room
4144- Leave room
4245- Search rooms
4346
@@ -65,7 +68,7 @@ This SDK consists of three parts:
6568- * Streaming API implementation*
6669
6770** Authentication**
68- Please read [ Authentication] ( https://developer.gitter.im/docs/authentication ) on ** Gitter Developer** article before.
71+ Please read [ Authentication] ( https://developer.gitter.im/docs/authentication ) article on ** Gitter Developer** before.
6972
7073## How to authenticate user with SDK
7174
You can’t perform that action at this time.
0 commit comments