Skip to content

Commit c4ce075

Browse files
authored
Update build.gradle
1 parent d374791 commit c4ce075

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ repositories {
7373
dependencies {
7474
//noinspection GradleDynamicVersion
7575
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'
76+
implementation 'org.slf4j:slf4j-api:2.0.4'
77+
implementation 'com.github.tony19:logback-android:3.0.0'
7878
}
7979

8080
if (isNewArchitectureEnabled()) {
@@ -83,4 +83,4 @@ if (isNewArchitectureEnabled()) {
8383
libraryName = "FileLogger"
8484
codegenJavaPackageName = "com.betomorrow.rnfilelogger"
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)