Skip to content

Commit 800b7d7

Browse files
committed
build(android): force okhttp3 4.12.0 dependency
1 parent dfc7f00 commit 800b7d7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

examples/demo/android/app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ android {
109109

110110
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
111111

112+
configurations.all {
113+
resolutionStrategy {
114+
force 'com.squareup.okhttp3:okhttp:4.12.0'
115+
}
116+
}
117+
112118
dependencies {
113119
// The version of react-native is set by the React Native Gradle Plugin
114120
implementation("com.facebook.react:react-android")

0 commit comments

Comments
 (0)