Skip to content

Commit dd18895

Browse files
enedEgor
authored andcommitted
[path_provider] Depend on guava-android instead of full guava library (flutter#3192)
1 parent 5eaa05d commit dd18895

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/path_provider/path_provider/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

packages/path_provider/path_provider/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ android {
4141

4242
dependencies {
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
}

packages/path_provider/path_provider/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: path_provider
22
description: Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
4-
version: 1.6.21
4+
version: 1.6.22
55

66
flutter:
77
plugin:

0 commit comments

Comments
 (0)