We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d374791 commit c4ce075Copy full SHA for c4ce075
android/build.gradle
@@ -73,8 +73,8 @@ repositories {
73
dependencies {
74
//noinspection GradleDynamicVersion
75
implementation "com.facebook.react:react-native:+"
76
- implementation 'org.slf4j:slf4j-api:1.7.33'
77
- implementation 'com.github.tony19:logback-android:2.0.0'
+ implementation 'org.slf4j:slf4j-api:2.0.4'
+ implementation 'com.github.tony19:logback-android:3.0.0'
78
}
79
80
if (isNewArchitectureEnabled()) {
@@ -83,4 +83,4 @@ if (isNewArchitectureEnabled()) {
83
libraryName = "FileLogger"
84
codegenJavaPackageName = "com.betomorrow.rnfilelogger"
85
86
-}
+}
0 commit comments