We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31f94b commit 5867a5bCopy full SHA for 5867a5b
app/build.gradle.kts
@@ -148,7 +148,7 @@ dependencies {
148
149
compileOnly(group = "javax.annotation", name = "jsr250-api", version = "1.0")
150
implementation(group = "joda-time", name = "joda-time", version = "2.10.13")
151
- implementation(group = "org.slf4j", name = "slf4j-android", version = "1.7.32")
+ implementation(group = "org.slf4j", name = "slf4j-android", version = "1.7.33")
152
implementation(group = "org.apmem.tools", name = "layouts", version = "1.10")
153
implementation(group = "net.lingala.zip4j", name = "zip4j", version = "2.9.1")
154
implementation(group = "com.github.PhilJay", name = "MPAndroidChart", version = "3.1.0")
0 commit comments