Commit ba913e9f authored by wanglei's avatar wanglei

...uploadCrashlyticsMappingFile

parent 453a163e
...@@ -62,6 +62,15 @@ android { ...@@ -62,6 +62,15 @@ android {
} }
gradle.taskGraph.whenReady {
tasks.forEach { task ->
if (task.name.contains("uploadCrashlyticsMappingFile")) {
task.enabled = false
}
}
}
dependencies { dependencies {
implementation(libs.androidx.core.ktx) implementation(libs.androidx.core.ktx)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment