How can I fix this CrashlyticsMissingDependencyException?

后端 未结 17 1609
耶瑟儿~
耶瑟儿~ 2020-12-04 18:42

I have been using the latest Crashlytics (Fabric integration) for a while. But recently I encountered the following crash error due to missing dependency although I didn\'t

17条回答
  •  渐次进展
    2020-12-04 19:05

    Mike from Crashlytics here. We shipped an updated version - 1.15.2 - earlier today that includes a fix for this behavior. If you run:

    ./gradlew assemble --refresh-dependencies
    

    that will pull in the latest version. You can also see more details on the fix here.

提交回复
热议问题