You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major release focused on support for `Storage Access Framework`.
4
+
5
+
### Breaking Changes
6
+
7
+
- New `minSdkVersion` set to `19`.
8
+
-`getMediaStoreContentDirectory` return type set to `Uri`.
9
+
10
+
### Deprecation Notices
11
+
12
+
-`getExternalStoragePublicDirectory` was marked as deprecated and should be replaced with an equivalent API depending on your use-case, see [how to migrate `getExternalStoragePublicDirectory`](https://stackoverflow.com/questions/56468539/getexternalstoragepublicdirectory-deprecated-in-android-q).
13
+
1
14
## 0.2.0
2
15
3
-
Add basic support for `Storage Access Framework` and `targetSdk 31`
16
+
Add basic support for `Storage Access Framework` and `targetSdk 31`.
4
17
5
-
- The package now supports basic intents from `Storage Access Framework`
6
-
- Your App needs update the `build.gradle` by targeting the current sdk to `31`
18
+
- The package now supports basic intents from `Storage Access Framework`.
19
+
- Your App needs update the `build.gradle` by targeting the current sdk to `31`.
0 commit comments