hbb20 / hbb20/CountryCodePickerProject
Could not find com.hbb20:ccp:2.2.3.
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 509
- PR merge metrics
- No merged PRs in 30d
Description
```
Could not find com.hbb20:ccp:2.2.3.
Required by:
project :app
Search in build.gradle files
```
I started to get this error for suddenly.
```
ext.kotlin_version = '1.6.21'
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://maven.google.com'}
// maven { url 'https://jcenter.bintray.com/'}
maven {
url = uri("https://plugins.gradle.org/m2/")
}
maven { url "https://jitpack.io" }
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the dependency declaration and repository blocks in the build.gradle files shown in the report, then check whether com.hbb20:ccp:2.2.3 is available from the configured repositories. Done means the project resolves that dependency successfully without the reported Gradle error.
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