Skip to content

Commit

Permalink
Update Freshchat SDK to version 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MuthuFD committed Dec 3, 2021
1 parent 62e9b3b commit fe42f2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.0.2(2021-12-03)

### Bug fix
* Fix for Topic name and image being empty

## 5.0.1(2021-11-15)

### 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 501
versionName "5.0.1"
versionCode 502
versionName "5.0.2"
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 fe42f2e

Please sign in to comment.