Skip to content

Commit

Permalink
Update Freshchat SDK to 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathy-freshworks committed Oct 21, 2024
1 parent 132130d commit 3487a83
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions freshchat_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 6.3.1 (2024-10-21)
* Fixed an issue where an extra space appeared in the carousel card of user messages.
* Fixed an issue with carousel card selection in specific scenarios.

### 6.3.0 (2024-10-01)
* Fixed an issue where links without descriptions were not working in the Bot Article flow.
* Fixed an issue where quick actions were not hidden immediately after a conversation was resolved.
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 630
versionName "6.3.0"
versionCode 631
versionName "6.3.1"
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
Expand Up @@ -2,7 +2,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/freshchat_carousel_card_view_id"
android:layout_width="@dimen/freshchat_carousel_card_image_default_width"
android:layout_height="@dimen/freshchat_carousel_card_height"
android:layout_height="wrap_content"
android:background="@drawable/freshchat_carousel_card_background"
android:orientation="vertical">

Expand Down Expand Up @@ -49,8 +49,7 @@
<TextView
android:id="@+id/freshchat_carousel_card_description"
style="?attr/freshchatCarouselCardDescTextStyle"
android:layout_height="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
tools:text="Lorem Ip Ipsum is simply dummy text of Lorem Ipsum is simply dummy text of the orem Ipsum is simply dummy dummy dummydummydummydummy text of the printing a" />

<LinearLayout
Expand Down

0 comments on commit 3487a83

Please sign in to comment.