I've been researching a bit on android export, mainly because android always recommend that I optimize my android app. So I switched from using APK to using Android bundle. But now I'm wondering if I need to add proguard/R8, since Android is still recommending it. It's easy to just publish with Android bundle, but going into the codes is confusing. So is the benefits significant? Not asking if it's necessary because clearly it isn't since I can still publish without it. Would've been nice if Construct automates this.