RahulJanagouda / StatusStories

Status Stories = Snapchat stories, Instagram stories, Whatsapp Statuses, Facebook Messenger Stories.
Apache License 2.0
337 stars 88 forks source link

Unable to access #11

Closed mirmibrahim closed 6 years ago

mirmibrahim commented 6 years ago

Hi i have implemented it on a project. I am doing the same on another project in andorid studio but it shows : Failed to resolve : com.github.RahulJanagouda

RahulJanagouda commented 6 years ago

Have you added this in your project level build.gradle

allprojects {
        repositories {
            ...
            jcenter()
            maven { url "https://jitpack.io" }
            maven { name 'glide-snapshot'; url 'http://oss.sonatype.org/content/repositories/snapshots' }
        }
    }