florent37 / florent37/ShapeOfView
Cannot link the library in Android Gradle
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 400
- PR merge metrics
- No merged PRs in 30d
Description
I just downloaded Android Studio Meerkat and I cannot import just this library:
failed to resolve: com.github.florent37:shapeofview:1.4.7
// My repositories
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://maven.scijava.org/content/repositories/public' }
maven { url "https://jitpack.io" }
}
Full error: (none of these links worked)
`> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find com.github.florent37:shapeofview:1.4.7.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/github/florent37/shapeofview/1.4.7/shapeofview-1.4.7.pom
- https://repo.maven.apache.org/maven2/com/github/florent37/shapeofview/1.4.7/shapeofview-1.4.7.pom
- https://jcenter.bintray.com/com/github/florent37/shapeofview/1.4.7/shapeofview-1.4.7.pom
- https://maven.scijava.org/content/repositories/public/com/github/florent37/shapeofview/1.4.7/shapeofview-1.4.7.pom
- https://jitpack.io/com/github/florent37/shapeofview/1.4.7/shapeofview-1.4.7.pom
Required by:
project :app`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.