Skip to content

Commit

Permalink
Bump version to 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zetbaitsu committed Sep 22, 2017
1 parent 10cd2e2 commit 6dae35b
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.13.0'
compile 'com.qiscus.sdk:chat:2.13.1'
}
```

Expand Down Expand Up @@ -562,7 +562,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.13.0') {
compile('com.qiscus.sdk:chat:2.13.1') {
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.13.0'
libraryVersion = '2.13.1'

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

0 comments on commit 6dae35b

Please sign in to comment.