Skip to content

Commit 17f55d3

Browse files
authored
Release compileSdk changes (flutter#6491)
*List which issues are fixed by this PR. You must list at least one issue.* Release some compileSdk changes made in flutter/packages#5783 See also flutter/packages#5783 (comment) *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
1 parent d4cd4f0 commit 17f55d3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/flutter_plugin_android_lifecycle/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## NEXT
1+
## 2.0.18
22

33
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
44
* Updates compileSdk version to 34.

packages/flutter_plugin_android_lifecycle/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_plugin_android_lifecycle
22
description: Flutter plugin for accessing an Android Lifecycle within other plugins.
33
repository: https://github.com/flutter/packages/tree/main/packages/flutter_plugin_android_lifecycle
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_plugin_android_lifecycle%22
5-
version: 2.0.17
5+
version: 2.0.18
66

77
environment:
88
sdk: ^3.1.0

packages/path_provider/path_provider_android/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## NEXT
1+
## 2.2.3
22

33
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
44
* Updates compileSdk version to 34.

packages/path_provider/path_provider_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: path_provider_android
22
description: Android implementation of the path_provider plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
5-
version: 2.2.2
5+
version: 2.2.3
66

77
environment:
88
sdk: ^3.1.0

0 commit comments

Comments
 (0)