Open l0r5 opened 6 years ago
Add maven { url "https://jitpack.io" }
to your build.gradle (Project) like this:
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}
Thanks, but still failed to resolve
I encountered the same problem...Found out that issue was:
Adding maven { url "https://jitpack.io" } to your build.gradle (project) as explained by @ahmetturk
Then Increasing the minSdkVersion (mine was initially 15 and had to increase it to about 17).
After this, everything worked out fine.
Hey!
Unfortunately I can't initialize the latest version of your build.
I added it as follows in gradle:
implementation 'moe.feng:MaterialStepperView:0.2.4.2'
and get this error message:'Failed to resolve: moe.feng:MaterialStepperView:0.2.4.2'
It would be great if you could solve this issue :)
Cheers!