gregkorossy/Android-Support-Preference-V7-Fix

Could not find com.takisoft.fix:preference-v7-material:28.0.0.0-alpha3

marbat87 opened this issue · 4 comments

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

Having the same issue here. "Could not find com.takisoft.fix:preference-v7-material:28.0.0.0-alpha3"

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"
    }
}

That did the trick. Thanks!

It's now available on jcenter.