Skip to content

Commit

Permalink
Update Freshchat SDK to version 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MuthuFD committed May 22, 2019
1 parent ab8ff5f commit d32f0cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.5.2 (2019-5-22)

### Bug Fix
* Stopped message list from auto scrolling to bottom
* Improvements in JWT timer timeout logic

## 2.5.1 (2019-5-20)

### Bug Fix
Expand Down
4 changes: 2 additions & 2 deletions freshchat_sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {

defaultConfig {
minSdkVersion 16
versionCode 251
versionName "2.5.1"
versionCode 252
versionName "2.5.2"
targetSdkVersion 26
consumerProguardFiles 'consumer-proguard-rules.pro'
buildConfigField "long", 'BUILT_AT', System.currentTimeMillis() + 'L'
Expand Down
Binary file modified freshchat_sdk/libs/freshchat.jar
Binary file not shown.

0 comments on commit d32f0cf

Please sign in to comment.