Skip to content

Commit 59459c3

Browse files
committed
2 parents 56818bd + 94c1f8b commit 59459c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can read the docs below or [The official detailed tutorial](https://baliofvf
2828

2929
```
3030
dependencies {
31-
implementation 'com.github.BalioFVFX:Android-Simple-File-Explorer-Library:2.0.1'
31+
implementation 'com.github.BalioFVFX:Android-Simple-File-Explorer-Library:2.0.2'
3232
}
3333
```
3434

@@ -54,7 +54,7 @@ startActivityForResult(intent, REQUEST_CODE);
5454
}
5555
}
5656
```
57-
57+
#### Note: Always check if the data is null, otherwise exception may occur. <br/>For example if the user doesn't select a directory / file and closes the file explorer data will be null.
5858
<p float="left">
5959
<img src="https://i.imgur.com/n229g4p.png" width="300" />
6060
<img src="https://i.imgur.com/L0qowxq.png" width="300" />

0 commit comments

Comments
 (0)