We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca506c commit 14c712dCopy full SHA for 14c712d
app/build.gradle.kts
@@ -146,7 +146,7 @@ dependencies {
146
implementation(group = "org.apache.commons", name = "commons-lang3", version = "3.12.0")
147
148
149
- compileOnly(group = "javax.annotation", name = "jsr250-api", version = "1.0")
+ compileOnly(group = "javax.annotation", name = "jsr250-api", version = "1.0-20050927.133100")
150
implementation(group = "joda-time", name = "joda-time", version = "2.11.0")
151
implementation(group = "org.slf4j", name = "slf4j-android", version = "1.7.36")
152
implementation(group = "org.apmem.tools", name = "layouts", version = "1.10")
0 commit comments