From b9d9d188f00b21c668b7973b0515d2dba74c6df9 Mon Sep 17 00:00:00 2001 From: Michael Bui <25263378+MaikuB@users.noreply.github.com> Date: Fri, 1 May 2020 22:05:44 +1000 Subject: [PATCH] [flutter_appauth] bump plugin to 0.8.3 (#110) --- flutter_appauth/CHANGELOG.md | 4 ++++ flutter_appauth/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/flutter_appauth/CHANGELOG.md b/flutter_appauth/CHANGELOG.md index 2acc87f1..5318dad7 100644 --- a/flutter_appauth/CHANGELOG.md +++ b/flutter_appauth/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.3 + +* [Android] Fixed an issue where a `NullPointerException` could occur when too many operations are started at one time. Thanks to the PR from [Josh Burton](https://github.com/athornz) + ## 0.8.2 * [Android] Fixed issue [98](https://github.com/MaikuB/flutter_appauth/issues/98) where certain exceptions on Android could prevent the plugin from being able to perform more operations diff --git a/flutter_appauth/pubspec.yaml b/flutter_appauth/pubspec.yaml index 457e150e..bb372eb2 100644 --- a/flutter_appauth/pubspec.yaml +++ b/flutter_appauth/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_appauth description: This plugin provides an abstraction around the Android and iOS AppAuth SDKs so it can be used to communicate with OAuth 2.0 and OpenID Connect providers -version: 0.8.2 +version: 0.8.3 homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth environment: