We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca5fe3 commit fda3a78Copy full SHA for fda3a78
examples/app/build.gradle
@@ -45,8 +45,8 @@ dependencies {
45
implementation 'io.github.neboskreb:android-log4j2:2.24'
46
// Though android-log4j2 brings Log4J2 in as a transitive dependency,
47
// it is always a good idea to pin the exact version:
48
- implementation 'org.apache.logging.log4j:log4j-core:2.24.3'
49
- implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3'
+ implementation 'org.apache.logging.log4j:log4j-core:2.25.2'
+ implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2'
50
51
implementation 'androidx.appcompat:appcompat:1.7.1'
52
// implementation 'com.android.support:design:28.0.0'
0 commit comments