Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilFurkanOkcun committed Feb 16, 2020
2 parents 1d67da9 + 60dbf48 commit b5747ee
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,12 @@ Add the dependency to your app level build.gradle:
```gradle
dependencies {
...
implementation 'com.github.AnilFurkanOkcun:UWMediaPicker-Android:1.1.0'
implementation 'com.github.AnilFurkanOkcun:UWMediaPicker-Android:1.2.0'
}
```
**2. Add `READ_EXTERNAL_STORAGE` and `WRITE_EXTERNAL_STORAGE` permission to manifest**

```xml
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <!--For compression-->
```

## Usage
*Make sure you have `READ_EXTERNAL_STORAGE` and `WRITE_EXTERNAL_STORAGE`(For compression) permission before use.*
*If you use compression, make sure you have `WRITE_EXTERNAL_STORAGE` permission.*

**Initializing UW Media Picker**
```kotlin
Expand Down

0 comments on commit b5747ee

Please sign in to comment.