Skip to content

Commit f28f034

Browse files
committed
note about 4.0 not needing to add resolutionStrategy
1 parent 3b8d60b commit f28f034

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ See [CONTRIBUTING.md](https://github.com/Vydia/react-native-background-upload/CO
127127

128128

129129
## BREAKING CHANGE IN 3.0
130+
This is for 3.0 only. This does NOT apply to 4.0, as recent React Native versions have upgraded the `okhttp` dependencies. Anyway...
131+
130132
In 3.0, you need to add
131133
```gradle
132134
configurations.all { resolutionStrategy.force 'com.squareup.okhttp3:okhttp:3.4.1' }

0 commit comments

Comments
 (0)