Skip to content

Commit 86fe0b8

Browse files
committed
[video_player_android] Bump version to 2.9.7 for fullscreen fix
1 parent fe671d2 commit 86fe0b8

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

packages/video_player/video_player_android/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
## 2.9.6
1+
## 2.9.7
22

33
* Fixes a [bug](https://github.com/flutter/flutter/issues/184241) where the video freezes after returning from a full-screen transition on Android.
44

5+
## 2.9.6
6+
7+
* Migrates to Built-in Kotlin to support AGP 9.
8+
* Updates minimum supported SDK version to Flutter 3.44/Dart 3.12.
9+
510
## 2.9.5
611

712
* Updates build files from Groovy to Kotlin.

packages/video_player/video_player_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: video_player_android
22
description: Android implementation of the video_player plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/video_player/video_player_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
5-
version: 2.9.6
5+
version: 2.9.7
66

77
environment:
88
sdk: ^3.12.0

0 commit comments

Comments
 (0)