google / volley

https://google.github.io/volley
Apache License 2.0
3.37k stars 751 forks source link

I found the volley we used through git records. How can i find which version of volley is the place selected in the red box? #427

Closed gxs-gc closed 3 years ago

gxs-gc commented 3 years ago

image

jpd236 commented 3 years ago

The first official Volley binary release, 1.0.0, is from this commit: https://github.com/google/volley/releases/tag/1.0.0.

There was no official release at the commit you highlighted (though it was included as part of that release).

I'm not really sure what problem you're trying to solve here. We haven't made significant backwards-incompatible changes to Volley in a long time, so your app should have no issues with moving to the latest release - I'm not sure why you'd want to use a version that's 8+ years old. If the latest version isn't working for you, please let us know why.

If you have future questions (rather than issue reports / feature requests), I would recommend another channel like our Google Group volley-users@googlegroups.com or Stack Overflow - this is an issue tracker to report problems with Volley rather than a general question forum.