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

Commit

Permalink
[path_provider]: Bump gradle from 3.3.0 to 7.2.2 in /packages/path_pr…
Browse files Browse the repository at this point in the history
…ovider/path_provider_android/android (#6189)
  • Loading branch information
dependabot[bot] authored Aug 10, 2022
1 parent a124dcb commit e9d8479
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/path_provider/path_provider_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.18

* Bumps `androidx.annotation:annotation` version to 1.4.0.
* Bumps gradle version to 7.2.2.

## 2.0.17

* Lower minimim version back to 2.8.1.
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.3.0'
classpath 'com.android.tools.build:gradle:7.2.2'
}
}

Expand Down Expand Up @@ -52,7 +52,7 @@ android {
}

dependencies {
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.annotation:annotation:1.4.0'
implementation 'com.google.guava:guava:28.1-android'
testImplementation 'junit:junit:4.13.2'
}
2 changes: 1 addition & 1 deletion packages/path_provider/path_provider_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: path_provider_android
description: Android implementation of the path_provider plugin.
repository: https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
version: 2.0.17
version: 2.0.18

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

0 comments on commit e9d8479

Please sign in to comment.