Description
uploadCrashlyticsSymbolFile task stopped being generated after update to firebase-crashlytics-gradle >= 2.6.0.
All works fine with 2.5.2.
Is this a bug on crashlytics gradle plugin or am I missing something?
Configurations
release {
...
firebaseCrashlytics {
nativeSymbolUploadEnabled true
unstrippedNativeLibsDir file(...)
mappingFileUploadEnabled true
}
}
Result
Task 'uploadCrashlyticsSymbolFileRelease' not found in root project 'client-android'.