Skip to content

Commit

Permalink
Update Android sdk 15.4.0 and iOS sdk 16.2.1 (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak786 authored Oct 30, 2023
1 parent 345ab40 commit bb8778d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions intercom_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 8.0.3

* Bump Intercom iOS SDK version to 16.2.1
* Bump Intercom Android SDK version to 15.4.0

## 8.0.2

* Bump Intercom iOS SDK version to 16.1.1
Expand Down
4 changes: 2 additions & 2 deletions intercom_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

Flutter wrapper for Intercom [Android](https://github.com/intercom/intercom-android), [iOS](https://github.com/intercom/intercom-ios), and [Web](https://developers.intercom.com/installing-intercom/docs/basic-javascript) projects.

- Uses Intercom Android SDK Version `15.3.0`.
- Uses Intercom Android SDK Version `15.4.0`.
- The minimum Android SDK `minSdk` required is 21.
- The compile Android SDK `compileSdk` required is 34.
- Uses Intercom iOS SDK Version `16.1.1`.
- Uses Intercom iOS SDK Version `16.2.1`.
- The minimum iOS target version required is 13.
- The Xcode version required is 15.

Expand Down
2 changes: 1 addition & 1 deletion intercom_flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'io.intercom.android:intercom-sdk:15.3.0'
implementation 'io.intercom.android:intercom-sdk:15.4.0'
implementation 'com.google.firebase:firebase-messaging:23.1.2'
}
2 changes: 1 addition & 1 deletion intercom_flutter/ios/intercom_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ A new flutter plugin project.
s.dependency 'Flutter'
s.dependency 'Intercom'
s.static_framework = true
s.dependency 'Intercom', '16.1.1'
s.dependency 'Intercom', '16.2.1'
s.ios.deployment_target = '13.0'
end
2 changes: 1 addition & 1 deletion intercom_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: intercom_flutter
description: Flutter plugin for Intercom integration. Provides in-app messaging
and help-center Intercom services
version: 8.0.2
version: 8.0.3
homepage: https://github.com/v3rm0n/intercom_flutter

dependencies:
Expand Down

0 comments on commit bb8778d

Please sign in to comment.