Skip to content

Commit

Permalink
Released 1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleCantwell committed Feb 12, 2016
1 parent 4783359 commit 57a7bff
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## Version 1.1.15

12-02-2016

* Fixed IndexOutOfBounds exception, [issue#176](https://github.com/intercom/intercom-android/issues/176)
* Fixed a crash caused by BitmapFactory.decodeResource returning null.

## Version 1.1.14

02-02-2016
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Intercom for Android 1.1.14
# Intercom for Android 1.1.15

## Supported versions
Targets Android 2.3 (API 9) but *only* 4.0.3 (API 15) and above have tracking and messaging functionality.
Expand Down
Binary file not shown.
Binary file removed aar/intercom-sdk-gcm/intercom-sdk-gcm-1.1.14.aar
Binary file not shown.
Binary file added aar/intercom-sdk-gcm/intercom-sdk-gcm-1.1.15.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions jar/intercom-sdk-base/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.intercom.android.sdk"
android:versionCode="31"
android:versionName="1.1.14" >
android:versionCode="32"
android:versionName="1.1.15" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
4 changes: 2 additions & 2 deletions jar/intercom-sdk-base/aapt/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.intercom.android.sdk"
android:versionCode="31"
android:versionName="1.1.14" >
android:versionCode="32"
android:versionName="1.1.15" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
Binary file modified jar/intercom-sdk-base/libs/intercom-sdk-base-classes.jar
Binary file not shown.
Binary file modified jar/intercom-sdk-base/libs/repackaged_dependencies.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions jar/intercom-sdk-gcm/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.intercom.android.sdk.gcm"
android:versionCode="31"
android:versionName="1.1.14" >
android:versionCode="32"
android:versionName="1.1.15" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
4 changes: 2 additions & 2 deletions jar/intercom-sdk-gcm/aapt/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.intercom.android.sdk.gcm"
android:versionCode="31"
android:versionName="1.1.14" >
android:versionCode="32"
android:versionName="1.1.15" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
Binary file modified jar/intercom-sdk-gcm/libs/intercom-sdk-gcm-classes.jar
Binary file not shown.

0 comments on commit 57a7bff

Please sign in to comment.