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 45e4ed9 commit 7a02f6dCopy full SHA for 7a02f6d
README.md
@@ -9,13 +9,13 @@ A FileBrowser / FileChooser for Android that you can integrate to your app to br
9
<dependency>
10
<groupId>com.adityak</groupId>
11
<artifactId>browsemyfiles</artifactId>
12
- <version>1.5</version>
+ <version>1.5.1</version>
13
<type>pom</type>
14
</dependency>
15
```
16
# Or Using Gradle
17
18
-compile 'com.adityak:browsemyfiles:1.5'
+compile 'com.adityak:browsemyfiles:1.5.1'
19
20
21
0 commit comments