If I update my library to support AGP 9 does that ...
# library-development
c
If I update my library to support AGP 9 does that mean my consumers are forced to update as well?
b
Compare your lib's aar before and after the update!
🤔 1
m
Is your library a Gradle plugin?
If it's a simple runtime library, I don't think AGP 9 or AGP 8 changes much? Both should be able to consume the same
.aar
files?
c
cool. i was having some downstream effects, but i think it just came from the fact that my sdk relies on a bunch of other things that required agp 9 updates. appreciate the quick sanity check