<@U1JPT4L9E> sometimes i just add a wildcard to a ...
# android
d
@anthaugh sometimes i just add a wildcard to a dependency, see what version gets resolved, then swap out the wildcard for that version 😅 not very ideal though, and sometimes it picks up snapshots/betas
a
oh wow 🙂 you mean like '1.1.3+'? Where can you check what does it resolve to?
d
either in your local maven repo, or probably more easily, i go to 'Project View' in IDEA and at the bottom you see a section for 'External Libraries' that contains your external code
with the version appended