Skip to content

Commit

Permalink
[lifecycle]: Bump gradle from 3.5.0 to 7.2.1 in /packages/flutter_plu…
Browse files Browse the repository at this point in the history
…gin_android_lifecycle/android (flutter#5846)
  • Loading branch information
dependabot[bot] authored and mauricioluz committed Jan 26, 2023
1 parent 1a24841 commit 284a327
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/flutter_plugin_android_lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.7

* Bumps gradle from 3.5.0 to 7.2.1.

## 2.0.6

* Adds OS version support information to README.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:7.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_plugin_android_lifecycle/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_plugin_android_lifecycle
description: Flutter plugin for accessing an Android Lifecycle within other plugins.
repository: https://github.com/flutter/plugins/tree/main/packages/flutter_plugin_android_lifecycle
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_plugin_android_lifecycle%22
version: 2.0.6
version: 2.0.7

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 284a327

Please sign in to comment.