deano2390 / MaterialShowcaseView

A Material Design themed ShowcaseView for Android
Apache License 2.0
2.72k stars 526 forks source link

Not able to include Library in Project #143

Open onlymnsh opened 6 years ago

onlymnsh commented 6 years ago

Hi,

compile 'com.github.deano2390:MaterialShowcaseView:1.1.0' or compile 'com.github.deano2390:MaterialShowcaseView:1.1.0@aar'

not working. Error:(172, 13) Failed to resolve: com.github.deano2390:MaterialShowcaseView:1.1.0

deano2390 commented 6 years ago

Have you added the jitpack repo to your project build.grade?

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