I don't know what this means (build log) but it's getting more.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 2 methods.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 2 methods.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 2 methods.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 2 methods.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 2 methods.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 2 methods.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 2 methods.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
D8: Stripped invalid locals information from 1 method.
@pocmo Not sure what D8 means, but this issue is related to ProGuard rules. It can be fixed with -assumenosideeffects parameter for android.Log class, on the proguard-rules.pro file, but there's like 26 of them and I think none of them are used.
We could have just one for this kind of global rules, what you think?
@walmyrcarvalho Ah, thank you! (More about D8). A global configuration file sounds great!
@pocmo I've heard about a new dexer but I had no idea that it was D8, TIL! I'll try to make a PR this week. :)
🤷
@pocmo Oh, sorry about not looking into it, I'll definitely try to be more active on this repo and get more context to be more helpful eventually!
Heh, no problem. I closed it because I think this isn't a problem anymore.