Skip to content
This repository has been archived by the owner on Aug 22, 2020. It is now read-only.

Failed to resolve: moe.feng:MaterialStepperView:0.2.4.2 #19

Open
l0r5 opened this issue Apr 4, 2018 · 3 comments
Open

Failed to resolve: moe.feng:MaterialStepperView:0.2.4.2 #19

l0r5 opened this issue Apr 4, 2018 · 3 comments

Comments

@l0r5
Copy link

l0r5 commented Apr 4, 2018

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!

@ahmetturk
Copy link

Add maven { url "https://jitpack.io" } to your build.gradle (Project) like this:

allprojects {
    repositories {
        google()
        jcenter()
        maven { url "https://jitpack.io" }
    }
}

@Kashish-Sharma
Copy link

Kashish-Sharma commented Jun 15, 2018

Thanks, but still failed to resolve

@wilstroz
Copy link

I encountered the same problem...Found out that issue was:

  1. Adding maven { url "https://jitpack.io" } to your build.gradle (project) as explained by @ahmetturk

  2. Then Increasing the minSdkVersion (mine was initially 15 and had to increase it to about 17).

After this, everything worked out fine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants