diff --git a/fastlane/metadata/android/en-US/changelogs/272.txt b/fastlane/metadata/android/en-US/changelogs/272.txt new file mode 100644 index 00000000..7ec4ba53 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/272.txt @@ -0,0 +1,9 @@ +## [2.6.4] - 2023-01-28 + +### Added haptics and fixed long due minor UI bugs + +- Add haptics on navigation and significant actions +- Add device info to email contact template +- Fix UI animations when the keyboard opens +- Fix TextFields becoming invalid on confirmation +- Fix Test dialog expanding spam diff --git a/pubspec.yaml b/pubspec.yaml index 6ebf3786..21463e70 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: graded description: Track and manage your school grades with ease publish_to: "none" -version: 2.6.4+262 +version: 2.6.4+272 environment: sdk: ">=3.2.0 <4.0.0"