What are the drawbacks if a dependency uses an older AGP version, eg 4.1, but I use 7.x?
e
ephemient
04/21/2022, 2:25 PM
normal dependency: none, as long as it behaves properly on your target API (not related to AGP, but if it hasn't been updated then it hasn't kept up with platform behavior changes such as sensor rate-limiting or explicit
Thanks, I mean normal dependencies. I thought, R8 or similar optimizations would have some effects.
e
ephemient
04/21/2022, 8:07 PM
libraries can contain consumer ProGuard rules but those are stable. in general R8 is not applied to libraries but even if they are, the public API must be unobfuscated so that you can use it