Skip to content

Commit

Permalink
Exclude rxjava.properties in packagingOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kliu authored Aug 27, 2018
1 parent 765d679 commit 8f91c0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ Assuming you already have an Android project, e.g. _MySparkApp_, for your Androi
}
}
```

4. Exclude rxjava.properties in your packagingOptions :

```groovy
packagingOptions {
exclude 'META-INF/rxjava.properties'
}
```

## Usage

Expand Down

0 comments on commit 8f91c0e

Please sign in to comment.