Failed to resolve: com.android.support:desing:25.4.0
Failed to resolve: com.android.support:recyclerview-v7:25.4.0
Failed to resolve: com.android.support:appcompat-v7:25.4.0
When I try to add MaterialScrollBar to my project I am getting this error. How do I resolve it?
I have read https://github.com/turing-tech/MaterialScrollBar/issues/54 and tried this:
compile 'com.github.turing-tech:MaterialScrollBar:12.+'{ exclude module: 'design' exclude module: 'unspecified' }
but got this error:
Error:(77, 0) Could not find method com.github.turing-tech:MaterialScrollBar:12.+() for arguments [build_6k18khziamq8wuwcyjztr7g48$_run_closure3$_closure14@11fc02e2] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
When I try to add MaterialScrollBar to my project I am getting this error. How do I resolve it? I have read https://github.com/turing-tech/MaterialScrollBar/issues/54 and tried this:
compile 'com.github.turing-tech:MaterialScrollBar:12.+'{ exclude module: 'design' exclude module: 'unspecified' }
but got this error:Error:(77, 0) Could not find method com.github.turing-tech:MaterialScrollBar:12.+() for arguments [build_6k18khziamq8wuwcyjztr7g48$_run_closure3$_closure14@11fc02e2] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.