File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff 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
8383react {
Original file line number Diff line number Diff 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
116113dependencies {
@@ -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" )
You can’t perform that action at this time.
0 commit comments