Skip to content

Commit

Permalink
Update Freshchat SDK to version 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MuthuFD committed Jul 31, 2019
1 parent 27b0efd commit 3830d57
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.6.1 (2019-5-31)

### Enhancement
* Once the article is updated, users will again see the voting option.
* Also users will be able to message you from the downvoted article screen, even if they leave and come back again.

## 2.6.0 (2019-5-30)

### Enhancement
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 260
versionName "2.6.0"
versionCode 261
versionName "2.6.1"
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 3830d57

Please sign in to comment.