We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44963b9 commit ef4837cCopy full SHA for ef4837c
1 file changed
docs/Migrate notes/From v0.2.0.md
@@ -42,19 +42,6 @@ Choose which modules/imports one you want to include inside ee project.
42
43
## Media Store `getMediaStoreContentDirectory`
44
45
-In `android\app\build.gradle` set `android.defaultConfig.minSdkVersion` to `19`:
46
-
47
-```gradle
48
-android {
49
- ...
50
- defaultConfig {
51
52
- minSdkVersion 19
53
- }
54
55
-}
56
-```
57
58
The method `getMediaStoreContentDirectory` now returns the right class `Uri` instead of a `Directory`.
59
60
Be sure to update all ocurrences.
0 commit comments