File tree 4 files changed +6
-3
lines changed
packages/path_provider/path_provider_android
src/main/java/io/flutter/plugins/pathprovider
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.22
2
+
3
+ * Removes unused Guava dependency.
4
+
1
5
## 2.0.21
2
6
3
7
* Updates code for ` no_leading_underscores_for_local_identifiers ` lint.
Original file line number Diff line number Diff line change @@ -55,6 +55,5 @@ android {
55
55
56
56
dependencies {
57
57
implementation ' androidx.annotation:annotation:1.5.0'
58
- implementation ' com.google.guava:guava:28.1-android'
59
58
testImplementation ' junit:junit:4.13.2'
60
59
}
Original file line number Diff line number Diff line change 9
9
import android .os .Build .VERSION_CODES ;
10
10
import android .util .Log ;
11
11
import androidx .annotation .NonNull ;
12
+ import androidx .annotation .Nullable ;
12
13
import io .flutter .embedding .engine .plugins .FlutterPlugin ;
13
14
import io .flutter .plugin .common .BinaryMessenger ;
14
15
import io .flutter .plugin .common .BinaryMessenger .TaskQueue ;
17
18
import java .io .File ;
18
19
import java .util .ArrayList ;
19
20
import java .util .List ;
20
- import javax .annotation .Nullable ;
21
21
22
22
public class PathProviderPlugin implements FlutterPlugin , PathProviderApi {
23
23
static final String TAG = "PathProviderPlugin" ;
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.21
5
+ version : 2.0.22
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