Skip to content

Commit

Permalink
Update Freshchat SDK version to 6.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-soni-1009798 committed Jun 11, 2024
1 parent 262d05d commit 10f6969
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions freshchat_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.2.5(2024-06-11)

### Bug fix :
* Fix for bugs related to changing manual time from device

## 6.2.4(2024-06-03)

### 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 21
versionCode 624
versionName "6.2.4"
versionCode 625
versionName "6.2.5"
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 10f6969

Please sign in to comment.