Skip to content

Commit

Permalink
Use proper platform_interface dependency version (#837)
Browse files Browse the repository at this point in the history
* Use proper platform_interface dependency

* Update pubspec.yaml
  • Loading branch information
vbuberen committed Feb 5, 2024
1 parent fea9c31 commit 81fe378
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_reactive_ble: ^5.2.0
flutter_reactive_ble: ^5.3.0
functional_data: ^1.0.0
intl: ^0.17.0

Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_reactive_ble/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies:
sdk: flutter
functional_data: ^1.0.0
meta: ^1.3.0
reactive_ble_mobile: ^5.2.0
reactive_ble_platform_interface: ^5.2.0
reactive_ble_mobile: ^5.3.0
reactive_ble_platform_interface: ^5.3.0

dependency_overrides:
reactive_ble_mobile:
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive_ble_mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
protobuf: ^2.0.0
reactive_ble_platform_interface: ^5.2.0
reactive_ble_platform_interface: ^5.3.0

dev_dependencies:
build_runner: ^2.3.3
Expand Down

0 comments on commit 81fe378

Please sign in to comment.