Examine APK size on release builds, should be as small as possible
Currently has some bloat in there
(Optional) Anything else you want to share?
So, idea is:
- test release builds in CI so changes to proguard get some validation
- alter emulator test workflow to post release APK artifact for main merges (so we have current baseline size)
- alter emulator test workflow to compare current posted main APK size with current release build size (ingesting compare size workflow logic...) and posting results (currently a comment, but as a status would be better in future
- start changing proguard rules and verifying app still runs
- also do APK inspection (Android Studio has a good tool) which can help find ridiculous things
Additionally, may make sense to examine Anki-Android-Backend, there are some thoughts on a previous effort #8473
- anyone can pick this up if they like
Examine APK size on release builds, should be as small as possible
Currently has some bloat in there
(Optional) Anything else you want to share?
So, idea is:
Additionally, may make sense to examine Anki-Android-Backend, there are some thoughts on a previous effort #8473