You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* updated compileSdkVersion to 35 and AGP version to 8.6.0
* added changelog entry for Android setup update
* * bumped min Flutter version to 3.29 and Dart to 3.7
* bumped flutter_lints
* updated example app's Java source and target compatibility versions
* updated GitHub workflows to use Flutter 3.29 instead of 3.19
Copy file name to clipboardExpand all lines: flutter_appauth/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## [10.0.0]
2
+
3
+
***Breaking change** updated minimum supported SDK version to Flutter 3.29/Dart 3.7
4
+
* Bumped `flutter_lints` dev dependency
5
+
*[Android]**Breaking changes** updated `compileSdkVersion` to 35 and AGP to 8.6.0
6
+
* Updated Android setup section in readme with instructions for apps using Kotlin DSL. Thanks to the PR from [LennartMart](https://github.com/LennartMart)
7
+
1
8
## [9.0.1]
2
9
3
10
*[iOS][macOS] bumped AppAuth iOS dependency to 2.0.0
0 commit comments