diff --git a/UPGRADING.md b/UPGRADING.md index 77e6229..4843c32 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -4,7 +4,7 @@ The Moments API has been removed. Please use the [Tracing API](https://embrace.io/docs/flutter/features/tracing/) instead. -The Android and iOS SDKs have been updated to the latest major version. If you have written Android/iOS code as part of your integration you may need to perform additional migrations. Please see the [Android](https://embrace.io/docs/android/upgrading/) and [iOS](https://embrace.io/docs/ios/open-source/upgrade-guide/) upgrading guides for further information. +The Android and iOS SDKs have been updated to the latest major versions. If you have written Android/iOS code as part of your integration you may need to perform additional migrations. Please see the [Android](https://embrace.io/docs/android/upgrading/) and [iOS](https://embrace.io/docs/ios/open-source/upgrade-guide/) upgrading guides for further information. # Upgrading from 1.5.0 to 2.0.0 diff --git a/embrace_dio/pubspec.yaml b/embrace_dio/pubspec.yaml index c576cae..d0bd841 100644 --- a/embrace_dio/pubspec.yaml +++ b/embrace_dio/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: sdk: flutter platform: ^3.1.0 plugin_platform_interface: ^2.1.0 - embrace_platform_interface: ^3.0.1 + embrace_platform_interface: ">=3.0.1 <3.1.0" dev_dependencies: flutter_test: sdk: flutter