Skip to content

Commit 97cc736

Browse files
author
infobip-ci
committed
Release: 9.0.0
1 parent ecd0fc6 commit 97cc736

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 9.0.0
2+
## SDK Versions
3+
- Android 14.6.0 -> 14.6.2
4+
- iOS 13.12.4
5+
6+
## Added
7+
- Android 16 support
8+
9+
## Changed
10+
- Minimum version is Flutter 3.16.0 / Dart 3.2.0
11+
- Descriptions for UserData usage
112
# 8.8.2
213
## SDK Versions
314
- Android 14.6.0

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,14 +398,10 @@
398398
inputFileListPaths = (
399399
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
400400
);
401-
inputPaths = (
402-
);
403401
name = "[CP] Embed Pods Frameworks";
404402
outputFileListPaths = (
405403
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
406404
);
407-
outputPaths = (
408-
);
409405
runOnlyForDeploymentPostprocessing = 0;
410406
shellPath = /bin/sh;
411407
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: infobip_mobilemessaging
22
description: Infobip Mobile Messaging Flutter Plugin for Push notifications, LiveChat, and WebRTC calls.
3-
version: 8.8.2
3+
version: 9.0.0
44
homepage: https://github.com/infobip/mobile-messaging-flutter-plugin#readme
55
repository: https://github.com/infobip/mobile-messaging-flutter-plugin
66
issue_tracker: https://github.com/infobip/mobile-messaging-flutter-plugin/issues

0 commit comments

Comments
 (0)