Skip to content

Commit

Permalink
Update version to 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zetbaitsu committed Feb 13, 2017
1 parent 2cf13c5 commit 288cca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
Then add to your app module build.gradle
```groovy
dependencies {
compile 'com.qiscus.sdk:chat:1.10.3'
compile 'com.qiscus.sdk:chat:1.10.4'
}
```
# Let's make cools chatting apps!
Expand Down
2 changes: 1 addition & 1 deletion chat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
siteUrl = 'https://github.com/qiscus/qiscus-sdk-android'
gitUrl = 'https://github.com/qiscus/qiscus-sdk-android.git'

libraryVersion = '1.10.3'
libraryVersion = '1.10.4'

developerId = 'qiscustech'
developerName = 'Qiscus Tech'
Expand Down

0 comments on commit 288cca8

Please sign in to comment.