Skip to content

Commit 93ed4a3

Browse files
authored
Release 15.3.0 (#618)
1 parent d8ca550 commit 93ed4a3

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 15.3.0
4+
###### Release Date: 10-10-2023
5+
![image](https://github.com/intercom/intercom-android/assets/3718984/7bce28c5-9fa7-415a-a27a-f93cef3f2887)
6+
**📱 New feature: Set better expectations with your customers by customising the Start Conversation button in your Messenger**
7+
8+
👋 With this release, you can select from a list of options to customize the Start Conversation button in the Messenger. This can be changed in Messenger settings under the "Conversations" section and will affect the Start Conversation button on Messenger Home and in spaces Iike Messages and Help
9+
10+
### 🚀 Enhancements
11+
- Links to create tickets can now be added as a home screen card
12+
13+
### 🐛 Bug Fixes
14+
- Disables inserting webp images in conversations
15+
316
## 15.2.3
417
###### Release Date: 29-09-2023
518
- Fixed date and time picker issue.

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:15.2.3'
46+
implementation 'io.intercom.android:intercom-sdk:15.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:15.2.3'
56+
implementation 'io.intercom.android:intercom-sdk-base:15.3.0'
5757
}
5858
```
5959

sample/.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565

6666
implementation("androidx.datastore:datastore-preferences:1.0.0")
6767

68-
implementation("io.intercom.android:intercom-sdk:15.2.3")
68+
implementation("io.intercom.android:intercom-sdk:15.3.0")
6969
implementation("com.google.firebase:firebase-messaging:23.2.0")
7070

7171
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)