Skip to content

Commit f2b9108

Browse files
committed
fix: change the package because it make crash on android
1 parent b530d4b commit f2b9108

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

android/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ dependencies {
9595
//noinspection GradleDynamicVersion
9696
implementation "com.facebook.react:react-native:+"
9797
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"
98+
implementation 'com.github.Scode-Njnjas:android-pixel-sdk:v1.0.1'
10299
}
103100

android/gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ 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)