From f28f0346f9b2ed70fe456eadbc62df86d320fe7f Mon Sep 17 00:00:00 2001 From: Stephen Poter Date: Tue, 5 Sep 2017 10:30:21 -0400 Subject: [PATCH] note about 4.0 not needing to add resolutionStrategy --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eaf37308..28bf02ee 100644 --- a/README.md +++ b/README.md @@ -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' }