diff --git a/fastlane/metadata/android/en-US/changelogs/4034.txt b/fastlane/metadata/android/en-US/changelogs/4034.txt new file mode 100644 index 00000000..3e3b56b5 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/4034.txt @@ -0,0 +1,2 @@ +- Add DeArrow support +- Force high refresh rate on devices that are stuck in 60Hz in flutter \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 8daa451b..a07d94b8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.16.4+4033 +version: 1.17.0+4034 environment: sdk: '>=3.0.0 <4.0.0'