Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBoy722 committed Apr 25, 2020
2 parents 4abd9db + a911c73 commit 07effef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ An android library for the structured querying of the MediaStore to get media f
[![](https://jitpack.io/v/CodeBoy722/MediaFacer.svg)](https://jitpack.io/#CodeBoy722/MediaFacer)

# Download
To include MediaFacer in your project, your project should have minSdkVersion 19 and above.

You can download a jar from GitHub's [releases](https://github.com/CodeBoy722/MediaFacer/releases) page.

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

```gradle
dependencies {
implementation 'com.github.CodeBoy722:MediaFacer:1.0.0'
implementation 'com.github.CodeBoy722:MediaFacer:1.0.1'
}
```

Expand Down

0 comments on commit 07effef

Please sign in to comment.