diff --git a/fastlane/metadata/android/en-US/changelogs/1009.txt b/fastlane/metadata/android/en-US/changelogs/1009.txt new file mode 100644 index 0000000..a9b7f8b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1009.txt @@ -0,0 +1 @@ +This reverts a change that caused a blank screen on startup. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 9b14869..e2e8577 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.1.1+1008 +version: 1.1.2+1009 environment: sdk: ">=2.7.0 <3.0.0"