We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803fe9c commit 980ca6cCopy full SHA for 980ca6c
README.md
@@ -17,7 +17,7 @@ allprojects {
17
Then add to your app module build.gradle
18
```groovy
19
dependencies {
20
- compile 'com.qiscus.sdk:chat:1.10.1'
+ compile 'com.qiscus.sdk:chat:1.10.2'
21
}
22
```
23
# Let's make cools chatting apps!
chat/build.gradle
@@ -31,7 +31,7 @@ ext {
31
siteUrl = 'https://github.com/qiscus/qiscus-sdk-android'
32
gitUrl = 'https://github.com/qiscus/qiscus-sdk-android.git'
33
34
- libraryVersion = '1.10.1'
+ libraryVersion = '1.10.2'
35
36
developerId = 'qiscustech'
37
developerName = 'Qiscus Tech'
0 commit comments