Skip to content

Commit 142c83b

Browse files
reidbakerandroidseb
authored andcommitted
[flutter_plugin_android_lifecycle] Removes flutter.compileSdkVersion for 35 to support flutter versions prior to 3.27 (flutter#8758)
Fixes #flutter/flutter/issues/164362 Functionally a revert of flutter#8700 which found out what would break.
1 parent a73888d commit 142c83b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/flutter_plugin_android_lifecycle/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.26
2+
3+
* Removes flutter.compileSdkVersion for 35 to support flutter versions prior to 3.27.
4+
15
## 2.0.25
26

37
* Updates compileSdk 35 to flutter.compileSdkVersion.

packages/flutter_plugin_android_lifecycle/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apply plugin: 'com.android.library'
2323

2424
android {
2525
namespace 'io.flutter.plugins.flutter_plugin_android_lifecycle'
26-
compileSdk flutter.compileSdkVersion
26+
compileSdk 35
2727

2828
defaultConfig {
2929
minSdkVersion 19

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.25
5+
version: 2.0.26
66

77
environment:
88
sdk: ^3.5.0

0 commit comments

Comments
 (0)