In the TextView
elements I’m using I don’t declare a font, I just use the standard sans-serif. All I did was update packages and make a few code updates but now when I generate an APK it’s adding a whole bunch of fonts to my release causing my install size to go from a previous 4mb to 169mb. Looking at my git diff I don’t see anywhere that would cause this issue.
Any ideas on how to stop the fonts from being added?