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 b07da9b commit 29aa5dcCopy full SHA for 29aa5dc
Readme.md
@@ -26,14 +26,14 @@ The first step is to prepare your Android Studio's 'build.gradle' files (Project
26
27
<b>Project level</b>
28
29
-Insert in 'allprojects' the following line:
+Under 'allprojects' insert the following line:
30
31
maven { url 'https://jitpack.io' }
32
33
34
<b>Module level (usually your 'app'- module)</b>
35
36
-Insert in 'dependencies' this line:
+Under 'dependencies' insert this line:
37
38
implementation 'com.github.codingbychanche:FileDialogTool:master-SNAPSHOT'
39
0 commit comments