Skip to content

Commit

Permalink
Release 15.2.3 (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
imSzukala authored Sep 29, 2023
1 parent 5b1eeda commit d8ca550
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 15.2.3
###### Release Date: 29-09-2023
- Fixed date and time picker issue.
- This version requires `compileSdkVersion` to be at least **34**. If you are not ready to use API level 34, please stay on the Intercom version 15.2.0.

## 15.2.2
###### Release Date: 22-09-2023
- Fixed crash due to concurrent modification exception.
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.2'
implementation 'io.intercom.android:intercom-sdk:15.2.3'
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.2'
implementation 'io.intercom.android:intercom-sdk-base:15.2.3'
}
```

Expand Down
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.2")
implementation("io.intercom.android:intercom-sdk:15.2.3")
implementation("com.google.firebase:firebase-messaging:23.2.0")

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit d8ca550

Please sign in to comment.