Skip to content

Commit

Permalink
bumped AppAuth iOS dependency to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Aug 10, 2024
1 parent 8d1be2f commit 402609b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flutter_appauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [7.0.0-dev.3]

* **Breaking change** all methods have now been made to return non-nullable types
* [iOS][macOS] bumped AppAuth iOS dependency to 1.7.5

# 7.0.0-dev.2

Expand Down
2 changes: 1 addition & 1 deletion flutter_appauth/macos/flutter_appauth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.4'
s.dependency 'AppAuth', '1.7.5'
s.platform = :osx, '10.12'
s.osx.deployment_target = "10.12"
end

0 comments on commit 402609b

Please sign in to comment.