File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
packages/path_provider/path_provider_android
src/main/java/io/flutter/plugins/pathprovider Expand file tree Collapse file tree 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+
15## 2.0.21
26
37* 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 {
5555
5656dependencies {
5757 implementation ' androidx.annotation:annotation:1.5.0'
58- implementation ' com.google.guava:guava:28.1-android'
5958 testImplementation ' junit:junit:4.13.2'
6059}
Original file line number Diff line number Diff line change 99import android .os .Build .VERSION_CODES ;
1010import android .util .Log ;
1111import androidx .annotation .NonNull ;
12+ import androidx .annotation .Nullable ;
1213import io .flutter .embedding .engine .plugins .FlutterPlugin ;
1314import io .flutter .plugin .common .BinaryMessenger ;
1415import io .flutter .plugin .common .BinaryMessenger .TaskQueue ;
1718import java .io .File ;
1819import java .util .ArrayList ;
1920import java .util .List ;
20- import javax .annotation .Nullable ;
2121
2222public class PathProviderPlugin implements FlutterPlugin , PathProviderApi {
2323 static final String TAG = "PathProviderPlugin" ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: path_provider_android
22description : Android implementation of the path_provider plugin.
33repository : https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider_android
44issue_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
66
77environment :
88 sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments