Skip to content

Commit

Permalink
Update Freshchat SDK to version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasannan N committed May 24, 2018
1 parent 93cc4e0 commit 35f577a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 34
versionName "1.3.4"
versionCode 40
versionName "1.4.0"
consumerProguardFiles 'consumer-proguard-rules.pro'
buildConfigField "long", 'BUILT_AT', System.currentTimeMillis() + 'L'
buildConfigField "String", "SCM_REV", getScmRevision()
Expand All @@ -38,7 +38,7 @@ android {
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'sdk-proguard-rules.pro'
}
}
}
Expand Down
Binary file modified freshchat_sdk/libs/freshchat.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion freshchat_sdk/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<string name="freshchat_error_message_not_connected_to_internet">No internet connection!</string>
<string name="freshchat_error_message_faq_section_not_enabled">Uh-uh! FAQ section is unavailable</string>
<string name="freshchat_error_message_inbox_section_not_enabled">Uh-uh! Chat section is unavailable. </string>
<string name="freshchat_error_message_account_not_active">This section is disabled</string>
<string name="freshchat_error_message_account_not_active">This section is no longer available</string>
<string name="freshchat_error_message_init_not_completed">Freshchat SDK not initialized. Please invoke Freshchat.init() first and invoke {{method_name}} again!</string>
<string name="freshchat_error_message_init_not_completed_method_name_placeholder">{{method_name}}</string>
<string name="freshchat_error_message_failed_to_launch_support_section">Oops! Failed to launch</string>
Expand Down

0 comments on commit 35f577a

Please sign in to comment.