Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekti7 committed Jan 10, 2021
1 parent caca38b commit 2bc0dcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Unicorn File Picker

[![CircleCI](https://circleci.com/gh/abhishekti7/UnicornFilePicker.svg?style=svg)](https://circleci.com/gh/abhishekti7/UnicornFilePicker/tree/master)
[![CircleCI](https://circleci.com/gh/abhishekti7/UnicornFilePicker.svg?style=svg)](https://circleci.com/gh/abhishekti7/UnicornFilePicker/tree/master) [ ![Download](https://img.shields.io/jitpack/v/github/abhishekti7/UnicornFilePicker) ]

Unicorn File Picker is a library designed to package a powerful file selector for android. You can:
- Start the file picker activity from any activity or fragment
Expand All @@ -27,7 +27,7 @@ repositories {
}
dependencies {
implementation 'com.zhihu.android:matisse:$latest_version'
implementation 'com.github.abhishekti7:UnicornFilePicker:$latest_version'
}
```

Expand Down Expand Up @@ -88,4 +88,4 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
```

## Contributing
[UnicornFilePicker is an Open Source Project](https://github.com/zhihu/Matisse/blob/master/CONTRIBUTING.md)
[UnicornFilePicker is an Open Source Project](https://github.com/abhishekti7/UnicornFilePicker/blob/master/CONTRIBUTING.md)

0 comments on commit 2bc0dcc

Please sign in to comment.