Questions tagged [gradle]
18 questions
2
votes
1 answer
Reliable way of finding the latest version of a Gradle library
in Gradle, when you include a library, you have to add the version number at the end, as such:
com.android.support:appcompat-v7:X.X.X
But a lot of times, understandably, the website for libraries don't tell you what the actual latest version number…

Siavash
- 139