gauravk95 / gauravk95/audio-visualizer-android
Failed to resolve: com.gauravk.audiovisualizer:audiovisualizer:0.9.2
- Dominant language
- Java
- Stars
- 895
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
Please help me:
Failed to resolve: com.gauravk.audiovisualizer:audiovisualizer:0.9.2
**I use this:**
```
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
gradlePluginPortal()
jcenter() // Warning: this repository is going to shut down soon
maven { url = uri("https://jitpack.io") }
maven{
name="Maven SciJava"
url "https://maven.scijava.org/content/groups/public"
}
maven {
url 'https://dl.bintray.com/novoda-oss/snapshots/'
}
maven {
url 'https://artifact.bytedance.com/repository/pangle'
}
}
}
```
**And this way:**
```
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
gradlePluginPortal()
maven { url = uri("https://jitpack.io") }
maven{
name="Maven SciJava"
url "https://maven.scijava.org/content/groups/public"
}
maven {
url 'https://dl.bintray.com/novoda-oss/snapshots/'
}
maven {
url 'https://artifact.bytedance.com/repository/pangle'
}
}
}
```
I removed or added jcenter() in setting.gradle but it's not woking. I think i have to clone jar this library and add to my project.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the Gradle dependency-resolution failure using the repository declarations and dependency version shown in the issue. Check whether com.gauravk.audiovisualizer:audiovisualizer:0.9.2 is available from the listed repositories; the work is done when the dependency resolves or the issue identifies the required repository or version change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100