You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(android)!: upgrade Intercom Android SDK to 18.0.1 (#411)
* feat(android)!: upgrade Intercom Android SDK to 18.0.0
Upgrade the Android SDK from 17.4.7 to 18.0.0, a major release that
removes the `handlePushMessage()` API — the SDK now automatically opens
conversations when push notifications are tapped.
Breaking changes:
- Remove `handlePushMessage()` from native modules, TurboModule spec,
and public JS API
- Raise compileSdk/targetSdk to 36 and buildToolsVersion to 36.0.0
- Upgrade AGP to 8.9.0 and Gradle to 8.11.1
Cleanup:
- Remove dead HANDLE_PUSH_MESSAGE error code constant
- Remove unused Toast and ReadableArray imports from both arch modules
- Migrate deprecated lintOptions to lint block in build.gradle
- Update README to remove handlePushMessage docs and fix SDK versions
- Remove handlePushMessage AppState listeners from all example apps
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(lint): fix prettier formatting in HomeScreen import
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat(android)!: upgrade Intercom Android SDK to 18.0.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore(example): remove orphan comment left after handlePushMessage removal
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: bump version to 10.0.0 for Android SDK 18.0.1 breaking change
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments