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.
2 parents bc3018b + 02782b3 commit 22ae6b2Copy full SHA for 22ae6b2
README.md
@@ -9,7 +9,7 @@ Simple library that allows for picking of files and directories. This is a clean
9
![image] (images/main_framed.png)
10
11
<h2>Requirements</h2>
12
-Min SDK Level is 14 or Android IceCreamSandwich
+Min SDK Level is 16
13
14
<h2>Dependency</h2>
15
@@ -24,7 +24,7 @@ Add the following code to your gradle build script.
24
maven {url "https://jitpack.io"}
25
}
26
dependencies {
27
- compile 'com.github.DeveloperPaul123:FilePickerLibrary:2.0.0'
+ compile 'com.github.DeveloperPaul123:FilePickerLibrary:2.0.1'
28
29
````
30
0 commit comments