Skip to content

Commit 68f56b5

Browse files
authored
Merge pull request #582 from intercom/release/12_3_0
Release 12.3.0
2 parents 624b9b1 + 2c93061 commit 68f56b5

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Changelog
22

3+
## 12.3.0
4+
###### Release Date: 17-5-2022
5+
📱 New Feature : Rich Push Messages 🖼️
6+
A picture speaks a thousand words. You can now add rich media (i.e. images) to your mobile push messages. Grab your user’s attention by adding attractive and contextual images and increase click-through rate of your push message.
7+
👉 Upgrade to the latest version of the mobile SDK today to use this feature. Additionally, to set rich push messages on iOS, follow the instructions [here](https://developers.intercom.com/installing-intercom/docs/rich-push-notifications).
8+
9+
10+
![teammate-rich-push](https://user-images.githubusercontent.com/3718984/168879258-10e42f34-c7b1-4f57-8649-a73da30d3b69.gif)
11+
12+
13+
![PHOTO-2022-05-17-12-42-30](https://user-images.githubusercontent.com/3718984/168879759-8d656c5e-a89e-4c3f-a625-d109674158a8.jpg)
14+
15+
316
## 12.2.3
4-
###### Release Date: 5-5-2022
17+
###### Release Date: 17-5-2022
518
* Fixed issue in help center where it did not obey the setting to have at most one open conversation.
619
* Fixed issues with status bar height on Android 12.
720
* Fixed issue with truncating expected time on the home screen.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ There are 2 options for installing Intercom on your Android app.
4343
Add the following dependency to your app's `build.gradle` file:
4444
```groovy
4545
dependencies {
46-
implementation 'io.intercom.android:intercom-sdk:12.2.3'
46+
implementation 'io.intercom.android:intercom-sdk:12.3.0'
4747
implementation 'com.google.firebase:firebase-messaging:20.+'
4848
}
4949
```
@@ -53,7 +53,7 @@ dependencies {
5353
If you'd rather not have push notifications in your app, you can use this dependency:
5454
```groovy
5555
dependencies {
56-
implementation 'io.intercom.android:intercom-sdk-base:12.2.3'
56+
implementation 'io.intercom.android:intercom-sdk-base:12.3.0'
5757
}
5858
```
5959

sample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
implementation("androidx.navigation:navigation-compose:2.4.1")
5656
implementation("androidx.datastore:datastore-preferences:1.0.0")
5757

58-
implementation("io.intercom.android:intercom-sdk:12.2.3")
58+
implementation("io.intercom.android:intercom-sdk:12.3.0")
5959
implementation("com.google.firebase:firebase-messaging:20.2.+")
6060

6161
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)