Could not find dependency
Opened this issue · 2 comments
atoropov commented
I think it started today, could you check it please?
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.github.bastienpaulfr:Treessence:1.0.5.
Could not find com.github.bastienpaulfr:Treessence:1.0.5.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/github/bastienpaulfr/Treessence/1.0.5/Treessence-1.0.5.pom
- https://repo.maven.apache.org/maven2/com/github/bastienpaulfr/Treessence/1.0.5/Treessence-1.0.5.pom
hma13 commented
Add this repo
maven { url "https://jitpack.io" }
NathanMDT commented
I have that repo
repositories {
google()
maven { setUrl("https://jitpack.io") }
mavenCentral()
}
Still complains that
Could not find com.github.bastienpaulfr:Treessence:1.1.2.