Skip to content

Commit 57a7bff

Browse files
committed
Released 1.1.15
1 parent 4783359 commit 57a7bff

File tree

12 files changed

+16
-9
lines changed

12 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## Version 1.1.15
4+
5+
12-02-2016
6+
7+
* Fixed IndexOutOfBounds exception, [issue#176](https://github.com/intercom/intercom-android/issues/176)
8+
* Fixed a crash caused by BitmapFactory.decodeResource returning null.
9+
310
## Version 1.1.14
411

512
02-02-2016

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Intercom for Android 1.1.14
1+
# Intercom for Android 1.1.15
22

33
## Supported versions
44
Targets Android 2.3 (API 9) but *only* 4.0.3 (API 15) and above have tracking and messaging functionality.
-22.1 KB
Binary file not shown.
22.1 KB
Binary file not shown.

jar/intercom-sdk-base/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="io.intercom.android.sdk"
4-
android:versionCode="31"
5-
android:versionName="1.1.14" >
4+
android:versionCode="32"
5+
android:versionName="1.1.15" >
66

77
<uses-sdk
88
android:minSdkVersion="9"

jar/intercom-sdk-base/aapt/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="io.intercom.android.sdk"
4-
android:versionCode="31"
5-
android:versionName="1.1.14" >
4+
android:versionCode="32"
5+
android:versionName="1.1.15" >
66

77
<uses-sdk
88
android:minSdkVersion="9"
Binary file not shown.
Binary file not shown.

jar/intercom-sdk-gcm/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="io.intercom.android.sdk.gcm"
4-
android:versionCode="31"
5-
android:versionName="1.1.14" >
4+
android:versionCode="32"
5+
android:versionName="1.1.15" >
66

77
<uses-sdk
88
android:minSdkVersion="9"

0 commit comments

Comments
 (0)