Skip to content

Commit

Permalink
Update Freshchat SDK version to 6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathy-freshworks committed Jun 3, 2024
1 parent ebd585c commit 262d05d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions freshchat_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 6.2.4(2024-06-03)

### Bug fix :
* Fix for Search results not filtered by tags.
* Fix for links in Description are not redirected to the respected page.
* Fix for HTML tags not allowing the hyperlinks to redirect to a web-page displayed on carousels.
* Fix for OTP SMS not received for given mobile number while initiating the OTP from the Android SDK.
* Fix for Faq not opening with correct filter tags on initialisation time.
* Fix for Issues with bullet points displaying in Mobile SDK.

### Build Changes
* Upgraded min SDK to 21

## 6.2.3(2024-05-30)

### Bug fix :
Expand Down
6 changes: 3 additions & 3 deletions freshchat_sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ android {
}

defaultConfig {
minSdkVersion 16
versionCode 623
versionName "6.2.3"
minSdkVersion 21
versionCode 624
versionName "6.2.4"
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 262d05d

Please sign in to comment.