Skip to content

Commit 7e1db51

Browse files
committed
fix: add missing packages in android
1 parent a3275fb commit 7e1db51

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,8 @@ dependencies {
9696
implementation "com.facebook.react:react-native:+"
9797
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
9898
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"
99102
}
100103

android/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ ConvertedInSdk_minSdkVersion=21
33
ConvertedInSdk_targetSdkVersion=31
44
ConvertedInSdk_compileSdkVersion=31
55
ConvertedInSdk_ndkversion=21.4.7075529
6+
ConvertedInSdk_okhttpVersion=4.10.0

0 commit comments

Comments
 (0)