Build error after migrating from Crashlytics SDK to Fabric

前端 未结 2 738
鱼传尺愫
鱼传尺愫 2021-01-17 19:09

Recently, we\'ve upgraded our organization\'s Crashlytics account to Fabric, and I\'m trying to replace the old Crashlytics SDK with the new Fabric SDK in our existing apps.

2条回答
  •  别那么骄傲
    2021-01-17 19:40

    I found exactly what @TreKing mentioned in his comment. The upgrade/migration failed to remove the previous dependency from my app/build.gradle file. Look for an old entry like compile 'com.crashlytics.android:crashlytics:1.1.13' and remove it.

提交回复
热议问题