Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[share] Replace deprecated Environment.getExternalStorageDirectory() call on Android. #3152

Merged
merged 2 commits into from
Oct 14, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Version
  • Loading branch information
hamdikahloun committed Oct 14, 2020
commit 212dfa2bbb1aecc8d0fc37dfed59122cbda46dd2
5 changes: 5 additions & 0 deletions packages/share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.6.5+3

* Replace deprecated `Environment.getExternalStorageDirectory()` call on Android.
* Upgrade to Android Gradle plugin 3.5.0 & target API level 29.

## 0.6.5+2

* Keep handling deprecated Android v1 classes for backward compatibility.
Expand Down
2 changes: 1 addition & 1 deletion packages/share/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/share
# 0.6.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 0.6.5+2
version: 0.6.5+3

flutter:
plugin:
Expand Down