Skip to content

Commit d4b0e9b

Browse files
Update Readme.md
1 parent b2697ef commit d4b0e9b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Readme.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,20 @@ The first step is to prepeare your Android Studio's 'build.gradle' files (Projec
2626

2727
<b>Project level</b>
2828

29-
Insert the folowing line in 'allprojects':
29+
Insert in 'allprojects' the following line:
3030

3131
maven { url 'https://jitpack.io' }
32+
33+
34+
<b>Module level (usually your 'app'- module)</b>
35+
36+
Insert in 'dependencies' this line:
37+
38+
implementation 'com.github.codingbychanche:FileDialogTool:master-SNAPSHOT'
39+
40+
In the example above the 'SNAPHOT'- tag is used to download the latest version of the code. You should
41+
check for the latest release under the 'Relase' tab of this repository and use that instead to
42+
import a stable release.
3243

3344

3445

0 commit comments

Comments
 (0)