yigit / ArtifactFinder

An Android Studio Plugin to find Maven Artifacts by class name
Apache License 2.0
208 stars 5 forks source link

Trying to add an already existing dependency fails silently #7

Closed rock3r closed 4 years ago

rock3r commented 4 years ago

Imagine I have the dependency a:b:1.0 in a module. Using the plugin I search for a class that lives in a:b:1.1, when I try to add that new version to the module it doesn't do anything, just fails silently. I suppose it should instead tell me if I want to upgrade (or downgrade) the dependency that exists already, or at least show an error.

rcd27 commented 4 years ago

Imagine I have the dependency a:b:1.0 in a module. Using the plugin I search for a class that lives in a:b:1.1, when I try to add that new version to the module it doesn't do anything, just fails silently. I suppose it should instead tell me if I want to upgrade (or downgrade) the dependency that exists already, or at least show an error.

Showing the mistake of adding dependency is solved in #5

rcd27 commented 4 years ago

Solved in #12