Skip to content

Commit d55d0ef

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents d766ef8 + 5e82ae5 commit d55d0ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Simple, Responsive & Easy To Use Library For Android
77
<br />
88

99
# GETTING STARTED
10+
You can read the docs below or [The official detailed tutorial](https://baliofvfx.com/2019/05/12/simple-file-explorer-library-for-android/)
1011

1112
#### GRADLE SETUP:
1213
##### Step 1: Add it in your root build.gradle (Project) at the end of repositories
@@ -27,7 +28,7 @@ Simple, Responsive &amp; Easy To Use Library For Android
2728

2829
```
2930
dependencies {
30-
implementation 'com.github.BalioFVFX:Android-Simple-File-Explorer-Library:1.0.1'
31+
implementation 'com.github.BalioFVFX:Android-Simple-File-Explorer-Library:1.0.2'
3132
}
3233
```
3334

@@ -55,8 +56,8 @@ startActivityForResult(intent, REQUEST_CODE);
5556
```
5657

5758
<p float="left">
58-
<img src="https://i.imgur.com/uX3iFqn.png" width="300" />
59-
<img src="https://i.imgur.com/WlVDRIG.png" width="300" />
59+
<img src="https://i.imgur.com/n229g4p.png" width="300" />
60+
<img src="https://i.imgur.com/L0qowxq.png" width="300" />
6061
</p>
6162

6263
#### Changing the default icons with your custom drawables

0 commit comments

Comments
 (0)