diff --git a/CHANGELOG.md b/CHANGELOG.md index 9433bb38..ddf212d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## 9.1.2 +* Require minimum version `6.0.0` of `flutter_keyboard_visibility` to fix some build issues with Android Gradle Plugin 8.2.0 + ## 9.1.1 * Require `super_clipboard` minimum version `0.8.1` to fix some bug with Linux build failure diff --git a/pubspec.yaml b/pubspec.yaml index 9c9a3bd5..49f3e64c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -59,7 +59,7 @@ dependencies: # Plugins url_launcher: ^6.1.14 - flutter_keyboard_visibility: ^5.4.1 + flutter_keyboard_visibility: ^6.0.0 device_info_plus: ^9.1.0 super_clipboard: ^0.8.1