Open
Description
Describe the bug
uploadCrashlyticsMappingFile$variantName
is not there at the time of configuring of publish*
tasks and is not wired as dependency for these tasks resulting in lack of mapping file in crashlytics for the published release
How To Reproduce
Apply com.google.firebase.crashlytics
plugin to any Gradle module with com.android.application
and com.github.triplet.play
, run publishBundle
Versions
- Gradle Play Publisher: 3.7.0
- Gradle Wrapper: 7.5.0
- Android Gradle Plugin: 7.2.1
- Firebase Crashlytics Gradle Plugin: 2.9.1
Tasks executed
publishAnyVariantBundle
Expected behavior
uploadCrashlyticsMappingFile$variantName
is executed whenever publish task for specified variantName
is executed