diff --git a/flutter_appauth/CHANGELOG.md b/flutter_appauth/CHANGELOG.md index 14289a0..065df98 100644 --- a/flutter_appauth/CHANGELOG.md +++ b/flutter_appauth/CHANGELOG.md @@ -1,3 +1,7 @@ +## [8.0.2] + +* [iOS][macOS] bumped AppAuth iOS dependency to 1.7.6 + ## [8.0.1] * Fixed issue [568](https://github.com/MaikuB/flutter_appauth/issues/568) where compilation could fail with a `'OIDExternalUserAgent.h' file not found` error diff --git a/flutter_appauth/ios/flutter_appauth.podspec b/flutter_appauth/ios/flutter_appauth.podspec index 00f1d17..81c425e 100644 --- a/flutter_appauth/ios/flutter_appauth.podspec +++ b/flutter_appauth/ios/flutter_appauth.podspec @@ -15,7 +15,7 @@ A new flutter plugin project. s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' s.dependency 'Flutter' - s.dependency 'AppAuth', '1.7.5' + s.dependency 'AppAuth', '1.7.6' s.ios.deployment_target = '11.0' s.resource_bundles = {'flutter_appauth_privacy' => ['Resources/PrivacyInfo.xcprivacy']} end diff --git a/flutter_appauth/macos/flutter_appauth.podspec b/flutter_appauth/macos/flutter_appauth.podspec index b843487..1a73fd3 100644 --- a/flutter_appauth/macos/flutter_appauth.podspec +++ b/flutter_appauth/macos/flutter_appauth.podspec @@ -15,7 +15,7 @@ A new flutter plugin project. s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' s.dependency 'FlutterMacOS' - s.dependency 'AppAuth', '1.7.5' + s.dependency 'AppAuth', '1.7.6' s.platform = :osx, '10.14' s.osx.deployment_target = "10.14" end diff --git a/flutter_appauth/pubspec.yaml b/flutter_appauth/pubspec.yaml index f48410c..f9b160c 100644 --- a/flutter_appauth/pubspec.yaml +++ b/flutter_appauth/pubspec.yaml @@ -2,7 +2,7 @@ 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: 8.0.1 +version: 8.0.2 homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth environment: