Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Excluding dump_syms folder from android bundle (.aab)

I have created an Android release bundle. When I did size analysis I can dump_syms folder which takes around 7MB of size. How can I exclude that when I prepare the final release bundle?

enter image description here

like image 938
nilkash Avatar asked Apr 12 '26 15:04

nilkash


1 Answers

Comment this dependency, if exist in your project(Gradle:app)

implementation 'com.google.firebase:firebase-crashlytics-buildtools:2.8.1'
like image 63
EAS Stands with Ukraine Avatar answered Apr 15 '26 06:04

EAS Stands with Ukraine