Could not find com.takisoft.fix:preference-v7-material:28.0.0.0-alpha3
marbat87 opened this issue · 4 comments
marbat87 commented
Hi,
I get the following error while trying to add the preference-v7-material library to my dependencies:
Could not find com.takisoft.fix:preference-v7-material:28.0.0.0-alpha3
I have these repositories configured.. do I miss anything?
repositories {
jcenter()
maven { url "https://jitpack.io" }
google()
}
Thanks in advance
Ninjalan commented
Having the same issue here. "Could not find com.takisoft.fix:preference-v7-material:28.0.0.0-alpha3"
gregkorossy commented
Sorry, forgot to add the package to jcenter. Just submitted the request, until that you can use the artifact by adding the maven repo directly:
repositories {
maven {
url "https://dl.bintray.com/gericop/maven"
}
}
Ninjalan commented
That did the trick. Thanks!
gregkorossy commented
It's now available on jcenter.