Skip to content

Commit 07effef

Browse files
committed
Merge remote-tracking branch 'github/master'
2 parents 4abd9db + a911c73 commit 07effef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ An android library for the structured querying of the MediaStore to get media f
66
[![](https://jitpack.io/v/CodeBoy722/MediaFacer.svg)](https://jitpack.io/#CodeBoy722/MediaFacer)
77

88
# Download
9+
To include MediaFacer in your project, your project should have minSdkVersion 19 and above.
10+
911
You can download a jar from GitHub's [releases](https://github.com/CodeBoy722/MediaFacer/releases) page.
1012

1113
Or use Gradle:
@@ -24,7 +26,7 @@ Add the dependency in the app level build.gradle file
2426

2527
```gradle
2628
dependencies {
27-
implementation 'com.github.CodeBoy722:MediaFacer:1.0.0'
29+
implementation 'com.github.CodeBoy722:MediaFacer:1.0.1'
2830
}
2931
```
3032

0 commit comments

Comments
 (0)