3

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

nilkash
  • 7,408
  • 32
  • 99
  • 176

1 Answers1

4

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

implementation 'com.google.firebase:firebase-crashlytics-buildtools:2.8.1'
EAS
  • 366
  • 2
  • 18