Skip to content

Commit

Permalink
Merge pull request #446 from intercom/conor/bump
Browse files Browse the repository at this point in the history
Release 4.1.4
  • Loading branch information
ronocod authored Nov 15, 2017
2 parents c2d0322 + 6b64d29 commit eccab63
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# Version 4.1.4

15-11-2017

* Fix OOM error https://github.com/intercom/intercom-android/issues/422
* Updated Gson to 2.8.2

# Version 4.1.3

08-11-2017
Expand Down
Binary file removed aar/intercom-sdk-base-4.1.3.aar
Binary file not shown.
Binary file added aar/intercom-sdk-base-4.1.4.aar
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 6 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<!-- Generated by javadoc -->
<title>intercom-sdk-base API</title>
<script type="text/javascript">
targetPage = "" + window.location.search;
if (targetPage != "" && targetPage != "undefined")
targetPage = targetPage.substring(1);
if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
targetPage = "undefined";
tmpTargetPage = "" + window.location.search;
if (tmpTargetPage != "" && tmpTargetPage != "undefined")
tmpTargetPage = tmpTargetPage.substring(1);
if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
tmpTargetPage = "undefined";
targetPage = tmpTargetPage;
function validURL(url) {
try {
url = decodeURIComponent(url);
Expand Down

0 comments on commit eccab63

Please sign in to comment.