We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b874f9 commit eff92b1Copy full SHA for eff92b1
android/build.gradle
@@ -41,8 +41,8 @@ android {
41
42
dependencies {
43
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
44
- implementation 'com.squareup.okhttp3:okhttp:+'
45
- implementation 'com.squareup.okhttp3:logging-interceptor:+'
46
- implementation 'com.squareup.okhttp3:okhttp-urlconnection:+'
+ implementation "com.squareup.okhttp3:okhttp:${safeExtGet('okhttp', '+')}"
+ implementation "com.squareup.okhttp3:logging-interceptor:${safeExtGet('okhttp', '+')}"
+ implementation "com.squareup.okhttp3:okhttp-urlconnection:${safeExtGet('okhttp', '+')}"
47
// {RNFetchBlob_PRE_0.28_DEPDENDENCY}
48
}
0 commit comments