I pretty frequently have to adjust the version codes for my Gradle imports due to version conflicts or target incompatibilities. I always do this manually in the project settings file, e.g., change
androidx.recyclerview:recyclerview:*
to
androidx.recyclerview:recyclerview:[1.0.0]
I haven’t seen a way to adjust this from within Water. Am I missing something or is this just a feature request? It would be nice to have an option to adjust this from within Water, even if I still have to know the bracket syntax and type it manually (instead of a more robust UI for min/max, etc).