Compiling with the new SDK34, I noticed that the file size of my project increases from 10,733KB to 23,052KB.
Looking inside the APK, I see that there are some files in the ASSETS folder that I haven't used in my project:
NotoColorEmojiCompat.ttf
Does anyone know how to remove this file? And how to compile it to save on APK size?
Looking inside the APK, I see that there are some files in the ASSETS folder that I haven't used in my project:
NotoColorEmojiCompat.ttf
Does anyone know how to remove this file? And how to compile it to save on APK size?