Skip to content

Conversation

@github-actions
Copy link
Contributor

🔄 Automated Intercom SDK Dependency Update

This PR updates the Intercom SDK dependencies to their latest versions.

📋 Changes Made:

  • Updated iOS SDK from 19.1.2 to 19.2.0
  • Updated Android SDK from 17.1.0 to 17.1.1
  • Bumped version from 9.0.3 to 9.1.0 (minor)

📚 Release Notes:

📱 iOS SDK 19.2.0

View Release Notes

###### Release Date: 15-09-2025

### 🚀 Enhancements
* Added support for iOS 26 and Liquid Glass.
* Resolved a hang that could occur on startup related to crash report tooling.
* Added a completion handler to the `setDeviceToken` API. The old API will be removed in a future major release.

```swift
Intercom.setDeviceToken("DEVICE_TOKEN") { result in
  switch result {
    case .success:
    ...
    case let .failure(error):
    ...
  }
}

#### 🤖 Android SDK 17.1.1
[View Release Notes](https://github.com/intercom/intercom-android/releases/tag/17.1.1)

Release Date: 11-09-2025

🐛 Bug Fixes

  • Fixed errors introduced in older version of androidx.navigation:navigation-* by bumping to version 2.9.3

---
🤖 This PR was automatically created by the [Update Dependencies workflow](.github/workflows/update-dependencies.yml).

jasonpraful and others added 6 commits September 15, 2025 12:08
…d: 17.1.0 → 17.1.1)

- Updated iOS SDK from 19.1.2 to 19.2.0
- Updated Android SDK from 17.1.0 to 17.1.1
- Bumped version from 9.0.3 to 9.1.0 (minor)
- Updated lockfiles and example projects
@jasonpraful jasonpraful merged commit 77345df into main Sep 15, 2025
8 checks passed
@jasonpraful jasonpraful deleted the update-intercom-sdks-20250915-112425 branch September 15, 2025 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants