Skip to content

Commit

Permalink
Update version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zetbaitsu committed Jun 15, 2017
1 parent 4e267ea commit d1ada2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Then add to your app module build.gradle

```groovy
dependencies {
compile 'com.qiscus.sdk:chat:2.3.0'
compile 'com.qiscus.sdk:chat:2.4.0'
}
```

Expand Down Expand Up @@ -430,7 +430,7 @@ Qiscus SDK is using appcompat libraries to support some features. If your apps u

```groovy
//Qiscus sdk without android support libraries
compile('com.qiscus.sdk:chat:2.3.0') {
compile('com.qiscus.sdk:chat:2.4.0') {
transitive = true
exclude group: 'com.android.support'
}
Expand Down
2 changes: 1 addition & 1 deletion chat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext {
siteUrl = 'https://github.com/qiscus/qiscus-sdk-android'
gitUrl = 'https://github.com/qiscus/qiscus-sdk-android.git'

libraryVersion = '2.3.0'
libraryVersion = '2.4.0'

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

0 comments on commit d1ada2e

Please sign in to comment.