This commit is contained in:
Marcos Rodriguez Velez 2024-08-29 14:31:52 -04:00
parent 0d09d6d77d
commit 723fd142c2
3 changed files with 4 additions and 12 deletions

View File

@ -121,8 +121,8 @@ preBuild.dependsOn(copyFiatUnits)
dependencies {
// The version of react-native is set by the React Native Gradle Plugin
implementation("com.facebook.react:react-android")
implementation 'androidx.core:core-ktx'
implementation 'androidx.work:work-runtime-ktx:2.9.1'
implementation 'androidx.core:core-ktx:+'
implementation 'androidx.work:work-runtime-ktx:+'
if (hermesEnabled.toBoolean()) {
implementation("com.facebook.react:hermes-android")
@ -130,9 +130,9 @@ dependencies {
implementation jscFlavor
}
androidTestImplementation('com.wix:detox:+')
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:+'
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.constraintlayout:constraintlayout:+'
}
apply plugin: 'com.google.gms.google-services' // Google Services plugin

View File

@ -11,8 +11,5 @@
-keep class com.facebook.hermes.unicode.** { *; }
-keep class com.facebook.jni.** { *; }
-keep class com.sifir.** { *;}
-keep interface com.sifir.** { *;}
-keep enum com.sifir.** { *;}
-keep class com.swmansion.reanimated.** { *; }
-keep class com.facebook.react.turbomodule.** { *; }

View File

@ -52,11 +52,6 @@ allprojects {
google()
maven { url 'https://www.jitpack.io' }
}
configurations.all {
resolutionStrategy {
force 'androidx.activity:activity:1.5.1'
}
}
}
subprojects {