Skip to content

Commit

Permalink
Update Freshchat SDK to version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MuthuFD committed Jun 13, 2018
1 parent 9c938e5 commit 975d23c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freshchat_sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 23
versionCode 41
versionName "1.4.1"
versionCode 42
versionName "1.4.2"
consumerProguardFiles 'consumer-proguard-rules.pro'
buildConfigField "long", 'BUILT_AT', System.currentTimeMillis() + 'L'
buildConfigField "String", "SCM_REV", getScmRevision()
Expand Down
Binary file modified freshchat_sdk/libs/freshchat.jar
Binary file not shown.
1 change: 1 addition & 0 deletions freshchat_sdk/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<string name="freshchat_menu_item_toggle_speaker">Toggle speakerphone</string>

<!-- Strings for Customer Satisfaction related UI Elements -->
<string name="freshchat_chat_resolution_survey_question"></string>
<string name="freshchat_chat_resolution_confirmation_prompt">Did we address your concerns?</string>
<string name="freshchat_chat_resolution_confirmation_prompt_positive">@string/freshchat_yes</string>
<string name="freshchat_chat_resolution_confirmation_prompt_negative">@string/freshchat_no</string>
Expand Down

0 comments on commit 975d23c

Please sign in to comment.