Skip to content

Commit

Permalink
7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-romanenko committed Jan 6, 2023
1 parent 517ca5a commit fa216bf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion flutter_vlc_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 7.2.0
* Update to latest VLCKit sdks
* Update to latest VLCKit sdks
Credits to Mitch Ross (https://github.com/mitchross)

## 7.1.5
* Fix plugin destructor (https://github.com/solid-software/flutter_vlc_player/issues/237)

Expand Down
2 changes: 1 addition & 1 deletion flutter_vlc_player/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
sdk: flutter

meta: ^1.8.0
flutter_vlc_player_platform_interface: ^2.0.1
flutter_vlc_player_platform_interface: ^2.0.2

dev_dependencies:
flutter_test:
Expand Down
6 changes: 5 additions & 1 deletion flutter_vlc_player_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.2

- Update dependencies

## 2.0.1

- Add Hybrid composition support for Android
Expand Down Expand Up @@ -37,4 +41,4 @@

## 1.0.0

- Initial open-source release.
- Initial open-source release.
2 changes: 1 addition & 1 deletion flutter_vlc_player_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_vlc_player_platform_interface
description: A common platform interface for the flutter vlc player plugin.
homepage: https://github.com/solid-software/flutter_vlc_player
version: 2.0.1
version: 2.0.2

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit fa216bf

Please sign in to comment.