We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4abd9db + a911c73 commit 07effefCopy full SHA for 07effef
README.md
@@ -6,6 +6,8 @@ An android library for the structured querying of the MediaStore to get media f
6
[](https://jitpack.io/#CodeBoy722/MediaFacer)
7
8
# Download
9
+To include MediaFacer in your project, your project should have minSdkVersion 19 and above.
10
+
11
You can download a jar from GitHub's [releases](https://github.com/CodeBoy722/MediaFacer/releases) page.
12
13
Or use Gradle:
@@ -24,7 +26,7 @@ Add the dependency in the app level build.gradle file
24
26
25
27
```gradle
28
dependencies {
- implementation 'com.github.CodeBoy722:MediaFacer:1.0.0'
29
+ implementation 'com.github.CodeBoy722:MediaFacer:1.0.1'
30
}
31
```
32
0 commit comments