Skip to content

Commit

Permalink
Fixed firebase which was trying to upload mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
duartebarbosadev committed Jan 24, 2025
1 parent 95c84f7 commit 98110f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class AndroidApplicationFirebaseConventionPlugin : Plugin<Project> {
// enabled if a Firebase backend is available and configured in
// google-services.json.
configure<CrashlyticsExtension> {
mappingFileUploadEnabled = true
mappingFileUploadEnabled = false
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ internal fun Any.findClass(): Class<*> {
false
}
} as? Class<*>
@Suppress("NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS")
javaClass = javaClass.superclass
}
return result
Expand Down

0 comments on commit 98110f0

Please sign in to comment.