diff --git a/CHANGELOG.md b/CHANGELOG.md index cad31abad..88a700a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.79 +* Fixed kotlin version issue. + ## 0.0.78 * [BREAKING_CHANGE] Split controlsHidden into controlsHiddenStart and controlsHiddenEnd. * [BREAKING_CHANGE] Added to Function(bool) onPlayerVisibilityChanged to customControlsBuilder in [BetterPlayerConfiguration]. diff --git a/android/build.gradle b/android/build.gradle index cb0fde023..ef2bf4a35 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -9,6 +9,7 @@ buildscript { ext.workVersion = "2.7.0" ext.coreVersion = "1.6.0" ext.gradleVersion = "4.1.0" + ext.kotlinVersion = "1.5.31" repositories { google() diff --git a/docs/install.md b/docs/install.md index a825565e3..298e4d0db 100644 --- a/docs/install.md +++ b/docs/install.md @@ -4,7 +4,7 @@ ```yaml dependencies: - better_player: ^0.0.78 + better_player: ^0.0.79 ``` 2. Install it diff --git a/pubspec.yaml b/pubspec.yaml index 5a5c327a4..7e8310f8e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: better_player description: Advanced video player based on video_player and Chewie. It's solves many typical use cases and it's easy to run. -version: 0.0.78 +version: 0.0.79 # Disabled because of warning from analyzer # authors: # - Jakub Homlala