Skip to content

Commit

Permalink
Update Freshchat SDK to version 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MuthuFD committed Feb 4, 2022
1 parent a1e0951 commit c7c75ff
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 @@
## 5.0.4(2022-02-04)

### Bug fix
* Fix for dismissing keyboard when moving from Chat screen to App screen.
* Fix for handing empty CSAT

## 5.0.3(2021-12-23)

### 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 503
versionName "5.0.3"
versionCode 504
versionName "5.0.4"
targetSdkVersion 30
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 c7c75ff

Please sign in to comment.