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

Commit e9d8479

Browse files
[path_provider]: Bump gradle from 3.3.0 to 7.2.2 in /packages/path_provider/path_provider_android/android (#6189)
1 parent a124dcb commit e9d8479

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/path_provider/path_provider_android/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.18
2+
3+
* Bumps `androidx.annotation:annotation` version to 1.4.0.
4+
* Bumps gradle version to 7.2.2.
5+
16
## 2.0.17
27

38
* Lower minimim version back to 2.8.1.

packages/path_provider/path_provider_android/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.3.0'
11+
classpath 'com.android.tools.build:gradle:7.2.2'
1212
}
1313
}
1414

@@ -52,7 +52,7 @@ android {
5252
}
5353

5454
dependencies {
55-
implementation 'androidx.annotation:annotation:1.1.0'
55+
implementation 'androidx.annotation:annotation:1.4.0'
5656
implementation 'com.google.guava:guava:28.1-android'
5757
testImplementation 'junit:junit:4.13.2'
5858
}

packages/path_provider/path_provider_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: path_provider_android
22
description: Android implementation of the path_provider plugin.
33
repository: https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
5-
version: 2.0.17
5+
version: 2.0.18
66

77
environment:
88
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)