This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
packages/path_provider/path_provider_android Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.18
2
+
3
+ * Bumps ` androidx.annotation:annotation ` version to 1.4.0.
4
+ * Bumps gradle version to 7.2.2.
5
+
1
6
## 2.0.17
2
7
3
8
* Lower minimim version back to 2.8.1.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.3.0 '
11
+ classpath ' com.android.tools.build:gradle:7.2.2 '
12
12
}
13
13
}
14
14
@@ -52,7 +52,7 @@ android {
52
52
}
53
53
54
54
dependencies {
55
- implementation ' androidx.annotation:annotation:1.1 .0'
55
+ implementation ' androidx.annotation:annotation:1.4 .0'
56
56
implementation ' com.google.guava:guava:28.1-android'
57
57
testImplementation ' junit:junit:4.13.2'
58
58
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: path_provider_android
2
2
description : Android implementation of the path_provider plugin.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider_android
4
4
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
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments