DMAudioStreamer
DMAudioStreamer copied to clipboard
failed to resolve: support-core-utils
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
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() } }
Yeah I've added google maven before
Hi moeinhawax, Still r u getting the same error.... please update
Thanks i will check it out