Skip to content

Commit

Permalink
Update Freshchat SDK to version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MuthuFD committed Mar 20, 2018
1 parent f09ad52 commit 6697c78
Show file tree
Hide file tree
Showing 3 changed files with 7 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 32
versionName "1.3.2"
versionCode 33
versionName "1.3.3"
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.
5 changes: 5 additions & 0 deletions freshchat_sdk/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@
<string name="freshchat_typically_replies_within_an_hour">Typically replies within an hour</string>
<string name="freshchat_typically_replies_within_2_hours">Typically replies within 2 hours</string>
<string name="freshchat_typically_replies_within_few_hours">Typically replies within few hours</string>
<string name="freshchat_currently_replying_in_a_minute">Currently replying in a minute</string>
<string name="freshchat_currently_replying_in_x_minutes">Currently replying in {{minutes}} minutes</string>
<string name="freshchat_currently_replying_in_an_hour">Currently replying in an hour</string>
<string name="freshchat_currently_replying_in_2_hours">Currently replying in 2 hours</string>
<string name="freshchat_currently_replying_in_few_hours">Currently replying in few hours</string>
<string name="freshchat_placeholder_minutes">{{minutes}}</string>

<!--Strings for notifications-->
Expand Down

0 comments on commit 6697c78

Please sign in to comment.