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

Commit

Permalink
[image_picker]: Bump gradle from 3.3.0 to 7.2.1 in /packages/image_pi…
Browse files Browse the repository at this point in the history
…cker/image_picker_android/android (#5839)
  • Loading branch information
dependabot[bot] authored Sep 6, 2022
1 parent f593240 commit 52862f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/image_picker/image_picker_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 0.8.5+3

* Updates minimum Flutter version to 2.10.
* Bumps gradle from 7.1.2 to 7.2.1.

## 0.8.5+2

Expand Down
2 changes: 1 addition & 1 deletion packages/image_picker/image_picker_android/android/build.gradle
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

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

Expand Down
2 changes: 1 addition & 1 deletion packages/image_picker/image_picker_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: image_picker_android
description: Android implementation of the image_picker plugin.
repository: https://github.com/flutter/plugins/tree/main/packages/image_picker/image_picker_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
version: 0.8.5+2
version: 0.8.5+3

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

0 comments on commit 52862f3

Please sign in to comment.