Skip to content

Commit

Permalink
Update Freshchat SDK Version to 6.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathy-freshworks committed Aug 23, 2024
1 parent 32295d4 commit 02dcc1d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions freshchat_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.2.9(2024-08-23)

### Bug Fixes:
* Fix for Customer chat history not getting restored above a few messages.
* Fix for FAQ article message is not taking up the screen space and looks squished/Compressed.

## 6.2.8(2024-07-27)

### Bug Fixes:
Expand Down
4 changes: 2 additions & 2 deletions freshchat_sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {

defaultConfig {
minSdkVersion 21
versionCode 628
versionName "6.2.8"
versionCode 629
versionName "6.2.9"
targetSdkVersion 34
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.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/freshchat_text"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="2dp"
android:paddingLeft="4dp"
Expand Down

0 comments on commit 02dcc1d

Please sign in to comment.