Skip to content

Commit 5b1eeda

Browse files
authored
Release 15.2.2 (#616)
* Release 15.2.2 * update CHANGELOG.md
1 parent 7f40b52 commit 5b1eeda

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

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

3+
## 15.2.2
4+
###### Release Date: 22-09-2023
5+
- Fixed crash due to concurrent modification exception.
6+
- Fixed issue with device token removal after user identity reset.
7+
- Fixed crash related to locale settings on older OS versions.
8+
- 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.
9+
310
## 15.2.1
411
###### Release Date: 07-09-2023
512
- Bumped Jetpack Compose version to 1.5.

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

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.1")
68+
implementation("io.intercom.android:intercom-sdk:15.2.2")
6969
implementation("com.google.firebase:firebase-messaging:23.2.0")
7070

7171
testImplementation 'junit:junit:4.13.2'

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '7.3.0' apply false
4-
id 'com.android.library' version '7.3.0' apply false
3+
id 'com.android.application' version '8.1.1' apply false
4+
id 'com.android.library' version '8.1.1' apply false
55
id 'org.jetbrains.kotlin.android' version '1.8.22' apply false
66
}
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Feb 16 15:00:53 GMT 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)