Skip to content

Commit

Permalink
Release 15.3.0 (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
prithivraj authored Oct 10, 2023
1 parent d8ca550 commit 93ed4a3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 15.3.0
###### Release Date: 10-10-2023
![image](https://github.com/intercom/intercom-android/assets/3718984/7bce28c5-9fa7-415a-a27a-f93cef3f2887)
**📱 New feature: Set better expectations with your customers by customising the Start Conversation button in your Messenger**

👋 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

### 🚀 Enhancements
- Links to create tickets can now be added as a home screen card

### 🐛 Bug Fixes
- Disables inserting webp images in conversations

## 15.2.3
###### Release Date: 29-09-2023
- Fixed date and time picker issue.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ There are 2 options for installing Intercom on your Android app.
Add the following dependency to your app's `build.gradle` file:
```groovy
dependencies {
implementation 'io.intercom.android:intercom-sdk:15.2.3'
implementation 'io.intercom.android:intercom-sdk:15.3.0'
implementation 'com.google.firebase:firebase-messaging:20.+'
}
```
Expand All @@ -53,7 +53,7 @@ dependencies {
If you'd rather not have push notifications in your app, you can use this dependency:
```groovy
dependencies {
implementation 'io.intercom.android:intercom-sdk-base:15.2.3'
implementation 'io.intercom.android:intercom-sdk-base:15.3.0'
}
```

Expand Down
1 change: 1 addition & 0 deletions sample/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {

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

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

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 93ed4a3

Please sign in to comment.