-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[various] Update READMEs to reflect current OS support #10470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
dbf70cb
9663680
1802029
411ac28
0c2fb61
805100c
a5d24a8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,9 @@ | ||||||
| ## NEXT | ||||||
|
|
||||||
| * Updates minimum supported SDK version to Flutter 3.32/Dart 3.8. | ||||||
| * Updates README to reflect currently supported OS versions for the latest | ||||||
| versions of the endorsed platform implementations. | ||||||
| * Applications built with older versions of Flutter will continue to | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: there's extra leading whitespace for this bullet for all CHANGELOGs
Suggested change
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's a nested list item :) |
||||||
| use compatible versions of the platform implementations. | ||||||
|
|
||||||
| ## 0.11.3 | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,9 @@ | ||
| ## NEXT | ||
|
|
||
| * Updates README to reflect currently supported OS version. | ||
|
|
||
| ## 0.4.0+19 | ||
|
|
||
| * Updates minimum supported SDK version to Flutter 3.32/Dart 3.8. | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same; it was already 3.35. |
||
| * Bumps `com.squareup.okhttp3:okhttp` from 5.3.0 to 5.3.1. | ||
|
|
||
| ## 0.4.0+18 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,7 +31,7 @@ android { | |
| } | ||
|
|
||
| defaultConfig { | ||
| minSdkVersion 21 | ||
| minSdkVersion 24 | ||
| } | ||
|
|
||
| dependencies { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,7 +31,7 @@ android { | |
| } | ||
|
|
||
| defaultConfig { | ||
| minSdkVersion 21 | ||
| minSdkVersion 24 | ||
| } | ||
|
|
||
| testOptions { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,7 +43,7 @@ android { | |
| } | ||
|
|
||
| defaultConfig { | ||
| minSdkVersion 21 | ||
| minSdkVersion 24 | ||
| } | ||
|
|
||
| testOptions { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a mistake; the previous release already made the requirement 3.35. (Probably when I updated the whole repo the example app was updated, and so the package was caught in the CHANGELOG mass-update dragnet.)