I am trying to use Circular Indicator, so I wrote the dependencies as stated, implementation 'me.relex:cirleindicator:2.1.6'
But when I am trying to sync and rebuild project, the android studio is throwing error:-
`1: Task failed with an exception.
- What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find me.relex:cirleindicator:2.1.6.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
- https://repo.maven.apache.org/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
Required by:
project :app
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
- What went wrong:
Execution failed for task ':app:mergeDebugResources'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find me.relex:cirleindicator:2.1.6.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
- https://repo.maven.apache.org/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
Required by:
project :app
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
==============================================================================
3: Task failed with an exception.
- What went wrong:
Execution failed for task ':app:processDebugMainManifest'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find me.relex:cirleindicator:2.1.6.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
- https://repo.maven.apache.org/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
Required by:
project :app
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
==============================================================================
4: Task failed with an exception.
- What went wrong:
Execution failed for task ':app:mergeDebugAssets'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find me.relex:cirleindicator:2.1.6.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
- https://repo.maven.apache.org/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
Required by:
project :app
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
==============================================================================
5: Task failed with an exception.
- What went wrong:
Execution failed for task ':app:checkDebugDuplicateClasses'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find me.relex:cirleindicator:2.1.6.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
- https://repo.maven.apache.org/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
Required by:
project :app
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
==============================================================================
6: Task failed with an exception.
- What went wrong:
Execution failed for task ':app:desugarDebugFileDependencies'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find me.relex:cirleindicator:2.1.6.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
- https://repo.maven.apache.org/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
Required by:
project :app
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
==============================================================================
7: Task failed with an exception.
- What went wrong:
Execution failed for task ':app:mergeDebugNativeLibs'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find me.relex:cirleindicator:2.1.6.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
- https://repo.maven.apache.org/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
Required by:
project :app
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
==============================================================================
- Get more help at https://help.gradle.org
BUILD FAILED in 2s`