Skip to content

Commit

Permalink
Update Freshchat SDK to version 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-ramkumar committed Dec 5, 2022
1 parent 82a7950 commit 0370774
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.3.3(2022-12-05)

### Hot Fix
* Fix for agent/bot message timestamp aligning to the right end of the message bubble

## 5.3.2(2022-11-16)

### 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 532
versionName "5.3.2"
versionCode 533
versionName "5.3.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 0370774

Please sign in to comment.