File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 17.0.1
4
+ ###### Release Date: 11-07-2025
5
+
6
+ ### 🐛 Bug Fixes
7
+ * Fixed ` NoSuchMethodError: No virtual method getParcelableArrayExtra ` crash happening on lower Android versions
8
+ * Fixed ` IllegalStateException: The specified child already has a parent ` crash
9
+ * Fix in-app notification crash in Unity projects by improving legacy activity detection
10
+
11
+ ### Dependency updates
12
+ * ` com.google.firebase:firebase-messaging ` to ` 24.1.2 `
13
+
3
14
## 17.0.0
4
15
###### Release Date: 26-06-2025
5
16
6
17
### 🚀 Enhancements
7
18
* Added support for Dark Mode. This feature is currently in beta, and will be enabled for all customers in a future release.
8
19
20
+ ### 👉 Dependency updates
21
+ * Removed ` io.sentry:sentry-bom ` dependency
22
+
9
23
## 16.3.0
10
24
###### Release Date: 05-06-2025
11
25
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ There are 2 options for installing Intercom on your Android app.
39
39
Add the following dependency to your app's ` build.gradle ` file:
40
40
``` groovy
41
41
dependencies {
42
- implementation 'io.intercom.android:intercom-sdk:17.0.0 '
42
+ implementation 'io.intercom.android:intercom-sdk:17.0.1 '
43
43
implementation 'com.google.firebase:firebase-messaging:24.1.+'
44
44
}
45
45
```
@@ -49,7 +49,7 @@ dependencies {
49
49
If you'd rather not have push notifications in your app, you can use this dependency:
50
50
``` groovy
51
51
dependencies {
52
- implementation 'io.intercom.android:intercom-sdk-base:17.0.0 '
52
+ implementation 'io.intercom.android:intercom-sdk-base:17.0.1 '
53
53
}
54
54
```
55
55
Original file line number Diff line number Diff line change @@ -65,6 +65,6 @@ dependencies {
65
65
66
66
implementation(" androidx.datastore:datastore-preferences:1.1.3" )
67
67
68
- implementation(" io.intercom.android:intercom-sdk:17.0.0 " )
68
+ implementation(" io.intercom.android:intercom-sdk:17.0.1 " )
69
69
implementation(" com.google.firebase:firebase-messaging:24.1.0" )
70
70
}
You can’t perform that action at this time.
0 commit comments