ReactiveAudioRecord
ReactiveAudioRecord copied to clipboard
Can't resolve library
Hey, I can't seem to get gradle to resolve the library. I'm pretty sure everything is set up correctly otherwise. Do you know what might be going on?
Yeah I checked, you're right, it's not resolving... I think something's wrong with jCenter repo... I'll look into it... For the time being, you can add this under repositories and it should work
maven { url "http://dl.bintray.com/ahmedrizwan/maven" }
Thanks! Just FYI, I just checked again with the jcenter repo and still no luck.
@ahmedrizwan You should consider to change to jitpack.io
as a new way to host the library
Yeah I checked, you're right, it's not resolving... I think something's wrong with jCenter repo... I'll look into it... For the time being, you can add this under repositories and it should work maven { url "http://dl.bintray.com/ahmedrizwan/maven" }
@ahmedrizwan Please update README.md with this line.