Skip to content

Commit ef4837c

Browse files
author
LaksCastro
committed
(#46) Remove duplicated docs
1 parent 44963b9 commit ef4837c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/Migrate notes/From v0.2.0.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,6 @@ Choose which modules/imports one you want to include inside ee project.
4242

4343
## Media Store `getMediaStoreContentDirectory`
4444

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-
5845
The method `getMediaStoreContentDirectory` now returns the right class `Uri` instead of a `Directory`.
5946

6047
Be sure to update all ocurrences.

0 commit comments

Comments
 (0)