Closed GC-Xi closed 3 years ago
I can't control what the api does, though I'm not sure why it would change between versions. The best I can offer is to make sure you're doing things to minimize app size since 200 megs seems a little high: proguard, remove unused dependencies, download non-critical assets at runtime, use the android app bundle, etc.
BTW, the support page says you should only be allowed 100 megs, so I'm not sure what's going on: https://support.google.com/googleplay/android-developer/answer/2481797?hl=en
Thank you
Describe the bug
We are getting the following error after upgrading from 2.2.1 to 2.8.1
Versions
2.8.1
We are trying to reduce the APK size. Meanwhile, 2.2.1 is preventing us to update to latest gradle. Is there a work around for now?