File tree Expand file tree Collapse file tree
packages/path_provider/path_provider Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.6.22
2+
3+ * Switch to guava-android dependency instead of full guava.
4+
15## 1.6.21
26
37* Update android compileSdkVersion to 29.
Original file line number Diff line number Diff line change @@ -41,6 +41,6 @@ android {
4141
4242dependencies {
4343 implementation ' androidx.annotation:annotation:1.1.0'
44- implementation ' com.google.guava:guava:20.0 '
44+ implementation ' com.google.guava:guava:28.1-android '
4545 testImplementation ' junit:junit:4.12'
4646}
Original file line number Diff line number Diff line change 11name : path_provider
22description : Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.
33homepage : https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
4- version : 1.6.21
4+ version : 1.6.22
55
66flutter :
77 plugin :
You can’t perform that action at this time.
0 commit comments