Skip to content

Commit

Permalink
Update Freshchat SDK version to 5.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-rex committed Aug 28, 2023
1 parent 1860a3f commit 0ca9059
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions freshchat_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.9.3(2023-08-28)

### Enhancement :
* Handle disabling of reply editor when bot response is pending.

## 5.9.2(2023-07-08)

### Feature :
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 592
versionName "5.9.2"
versionCode 593
versionName "5.9.3"
targetSdkVersion 31
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 0ca9059

Please sign in to comment.