Skip to content

Commit 12da30e

Browse files
update Android native SDK
1 parent 798cf70 commit 12da30e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
7878
implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.6.1"
7979

80-
implementation "com.sourcepoint.cmplibrary:cmplibrary:7.15.3"
80+
implementation "com.sourcepoint.cmplibrary:cmplibrary:7.15.4"
8181
}
8282

8383
react {

example/android/app/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ android {
108108
proguardFile "${rootProject.projectDir}/../node_modules/detox/android/detox/proguard-rules-app.pro"
109109
}
110110
}
111-
compileOptions {
112-
coreLibraryDesugaringEnabled = true
113-
}
114111
}
115112

116113
dependencies {
@@ -119,7 +116,6 @@ dependencies {
119116
androidTestImplementation "androidx.test:core:1.6.1"
120117
androidTestImplementation('com.wix:detox:+')
121118
implementation 'androidx.appcompat:appcompat:1.7.1'
122-
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5")
123119

124120
if (hermesEnabled.toBoolean()) {
125121
implementation("com.facebook.react:hermes-android")

0 commit comments

Comments
 (0)