Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crashlytics distribution for app with multiple flavors

Tags:

I'm trying to use crashlytics distribution for android app with multiple flavors. Everything worked fine when there were no flavors, but as soon as I've added two flavors I'm receiving

*'Task 'crashlyticsUploadDistributionRelease' not found in root project'* 

Am I missing something?

like image 421
bmelnychuk Avatar asked Dec 09 '14 16:12

bmelnychuk


1 Answers

Ohh, I did miss something.. Don't forget to add your flavor name to:

crashlyticsUploadDistribution<FLAVOR>Release 
like image 99
bmelnychuk Avatar answered Oct 27 '22 00:10

bmelnychuk