I remember there was a website where you could search for android libraries and it would give you an url which you could use in your build.gradle file, like this:
apply plugin: 'android'
repositories {
mavenCentral()
}
dependencies {
compile 'com.android.support:support-v13:+'
compile '<an-url-you-would-put-here>'
}
Unfortunately I can't find it anymore, does anyone know about it? I think it was hosted on appspot.com
I think you are looking for this.
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