Skip to content

Commit

Permalink
Update iOS SDK to 16.2.3 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Br1an-Boyle authored Nov 6, 2023
1 parent bb8778d commit 48fd2dd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 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.4

* Bump Intercom iOS SDK version to 16.2.3
* Bump Intercom Android SDK compile version to 34

## 8.0.3

* Bump Intercom iOS SDK version to 16.2.1
Expand Down
2 changes: 1 addition & 1 deletion intercom_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Flutter wrapper for Intercom [Android](https://github.com/intercom/intercom-andr
- 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.2.1`.
- Uses Intercom iOS SDK Version `16.2.3`.
- 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 @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 33
compileSdkVersion 34
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
Expand Down
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.2.1'
s.dependency 'Intercom', '16.2.3'
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.3
version: 8.0.4
homepage: https://github.com/v3rm0n/intercom_flutter

dependencies:
Expand Down

0 comments on commit 48fd2dd

Please sign in to comment.