When I try to add a library to my Android Studio project they are all the latest alpha version instead of the current release version. It won't let me install non-alpha versions either via their direct name.
Open your build.gradle file (Module:app) and you will see something like this
Then you can find name of that library like by type name of this library + "dependency" word in the Google, choose the version you want and paste it in this file like: compile "your version you want"
I think this page will helpful with you: http://mvnrepository.com/ .Type name of your library, choose version and select in Gradle format.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With