DMAudioStreamer icon indicating copy to clipboard operation
DMAudioStreamer copied to clipboard

failed to resolve: support-core-utils

Open moeindev opened this issue 6 years ago • 4 comments

Hi, thanks for your awesome library.

I can't import your library in my project, I got this error in my gradle console :

failed to resolve: support-core-utils

moeindev avatar Jun 02 '18 06:06 moeindev

Have you added allprojects { repositories { maven { url 'https://jitpack.io' } } } In your global build.gradle

The support libraries have moved. You need to add the Google maven repository to your project. Like below

allprojects { repositories { jcenter() google() } }

dibakarece avatar Jun 02 '18 15:06 dibakarece

Yeah I've added google maven before

moeindev avatar Jun 03 '18 16:06 moeindev

Hi moeinhawax, Still r u getting the same error.... please update

dibakarece avatar Jun 04 '18 16:06 dibakarece

Thanks i will check it out

moeindev avatar Jun 04 '18 17:06 moeindev