diff --git a/fastlane/metadata/android/en-US/changelogs/293.txt b/fastlane/metadata/android/en-US/changelogs/293.txt new file mode 100644 index 0000000..08f2dd7 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/293.txt @@ -0,0 +1,9 @@ +## [2.7.2] - 2024-12-29 + +### Mostly technology upgrades + +- Add an option to scale up tests before calculating the average +- Fix some TextField focus continuity issues +- Theming improvements for more contrast +- Upgrade to Flutter 3.27 +- Change rendering engine to Impeller for better rendering performance on every platform diff --git a/pubspec.yaml b/pubspec.yaml index 707f381..96b8d6b 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.7.2+288 +version: 2.7.2+293 environment: sdk: ">=3.2.0 <4.0.0"