<@U35KQEZHV> I am shrinking libraries as I mention...
# android
m
@vovkab I am shrinking libraries as I mentioned in my answer. Well-decoupled libraries (like ZXing) can be shrinked noteably. I was thinking that some unused classes can be removed from support library by writing more specific ProGuard rules and keeping not all Views, but only used ones. Field-only classes should be checked with javap or jclasslib bytecode viewer. Accessors could go away in
internal
classes or
internal
properties, but I’m not sure.