Skip to content

Commit

Permalink
note about 4.0 not needing to add resolutionStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
StevePotter committed Sep 5, 2017
1 parent 3b8d60b commit f28f034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ See [CONTRIBUTING.md](https://github.com/Vydia/react-native-background-upload/CO


## BREAKING CHANGE IN 3.0
This is for 3.0 only. This does NOT apply to 4.0, as recent React Native versions have upgraded the `okhttp` dependencies. Anyway...

In 3.0, you need to add
```gradle
configurations.all { resolutionStrategy.force 'com.squareup.okhttp3:okhttp:3.4.1' }
Expand Down

0 comments on commit f28f034

Please sign in to comment.