<!-- DO NOT DELETE validate_template=true template_path=.github/ISSUE_TEMPLATE/bug.md --> ### [REQUIRED] Step 2: Describe your environment * Android Studio version: _____ * Firebase Component: Crashlytics Gradle Plugin * Component version: 3.0.0 ### [REQUIRED] Step 3: Describe the problem After upgrading to v3.0.0 of the Crashlytics Gradle plugin I get the following build error: ``` Circular dependency between the following tasks: :app:dataBindingGenBaseClassesDebug +--- :app:mergeDebugResources | \--- :app:injectCrashlyticsMappingFileIdDebug | \--- :app:dataBindingGenBaseClassesDebug (*) \--- :app:parseDebugLocalResources \--- :app:packageDebugResources \--- :app:injectCrashlyticsMappingFileIdDebug (*) ``` #### Steps to reproduce: A reproducible build can be found in https://github.com/firebase/quickstart-android/pull/1608 Confirmed that the build succeeds with version `2.9.9`: https://github.com/firebase/quickstart-android/pull/1607