Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
[shared_pref]: Bump gradle from 3.4.0 to 7.2.2 in /packages/shared_pr…
Browse files Browse the repository at this point in the history
…eferences/shared_preferences_android/android (#6193)
  • Loading branch information
dependabot[bot] committed Sep 6, 2022
1 parent 5a7d860 commit 70663c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## NEXT
## 2.0.13

* Updates gradle to 7.2.2.
* Updates minimum Flutter version to 2.10.

## 2.0.12
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.4.0'
classpath 'com.android.tools.build:gradle:7.2.2'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: shared_preferences_android
description: Android implementation of the shared_preferences plugin
repository: https://github.com/flutter/plugins/tree/main/packages/shared_preferences/shared_preferences_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+shared_preferences%22
version: 2.0.12
version: 2.0.13

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

0 comments on commit 70663c7

Please sign in to comment.