We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3275fb commit 7e1db51Copy full SHA for 7e1db51
android/build.gradle
@@ -96,5 +96,8 @@ dependencies {
96
implementation "com.facebook.react:react-native:+"
97
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
98
implementation "com.github.convertedin:android-pixel-sdk:1.4.3"
99
+ def okhttp_version = getExtOrDefault("okhttpVersion")
100
+ implementation "com.squareup.okhttp3:okhttp:$okhttp_version"
101
+ implementation "com.squareup.okhttp3:logging-interceptor:$okhttp_version"
102
}
103
android/gradle.properties
@@ -3,3 +3,4 @@ ConvertedInSdk_minSdkVersion=21
3
ConvertedInSdk_targetSdkVersion=31
4
ConvertedInSdk_compileSdkVersion=31
5
ConvertedInSdk_ndkversion=21.4.7075529
6
+ConvertedInSdk_okhttpVersion=4.10.0
0 commit comments