ReactiveAudioRecord icon indicating copy to clipboard operation
ReactiveAudioRecord copied to clipboard

Can't resolve library

Open nklugman opened this issue 8 years ago • 4 comments

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?

nklugman avatar Nov 09 '16 20:11 nklugman

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 avatar Nov 11 '16 04:11 ahmedrizwan

Thanks! Just FYI, I just checked again with the jcenter repo and still no luck.

nklugman avatar Nov 19 '16 11:11 nklugman

@ahmedrizwan You should consider to change to jitpack.io as a new way to host the library

luongvo avatar Mar 15 '17 01:03 luongvo

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.

MuhamedFathy avatar Dec 18 '17 09:12 MuhamedFathy