JakeWharton / scalpel

A surgical debugging tool to uncover the layers under your app.
Apache License 2.0
2.77k stars 232 forks source link

Fix jar download link #4

Closed matthewmichihara closed 10 years ago

JakeWharton commented 10 years ago

The &c=jar is needed because the default artifact is an .aar.

JakeWharton commented 10 years ago

Well, it will be once central wakes up and syncs!

matthewmichihara commented 10 years ago

When I try to download it with &c=jar it tries to dl /com/jakewharton/scalpel/scalpel/1.0.0/scalpel-1.0.0-jar.jar which doesn't seem to exist, but when I remove the &c=jar it correctly gets scalpel-1.0.0.jar. weird

JakeWharton commented 10 years ago

Yeah you're right.

JakeWharton commented 10 years ago

c is qualifier for things like "jar-with-dependencies".