Skip to content

Commit 980ca6c

Browse files
committed
Bump version to 1.10.2
1 parent 803fe9c commit 980ca6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects {
1717
Then add to your app module build.gradle
1818
```groovy
1919
dependencies {
20-
compile 'com.qiscus.sdk:chat:1.10.1'
20+
compile 'com.qiscus.sdk:chat:1.10.2'
2121
}
2222
```
2323
# Let's make cools chatting apps!

chat/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ext {
3131
siteUrl = 'https://github.com/qiscus/qiscus-sdk-android'
3232
gitUrl = 'https://github.com/qiscus/qiscus-sdk-android.git'
3333

34-
libraryVersion = '1.10.1'
34+
libraryVersion = '1.10.2'
3535

3636
developerId = 'qiscustech'
3737
developerName = 'Qiscus Tech'

0 commit comments

Comments
 (0)