javiersantos / MaterialStyledDialogs

A library that shows a beautiful and customizable Material-based dialog with header. API 14+ required.
Apache License 2.0
1.17k stars 155 forks source link

Failed to resolve: com.github.javiersantos:MaterialStyledDialogs:1.2.1 #11

Closed davidbeloo closed 8 years ago

davidbeloo commented 8 years ago

Hi,

Adding this line compile 'com.github.javiersantos:MaterialStyledDialogs:1.2.1' to gradle file, results

Failed to resolve: com.github.javiersantos:MaterialStyledDialogs:1.2.1

javiersantos commented 8 years ago

I'm not able to reproduce the issue. Please make sure that you have added the Jitpack repository to your project build.gradle.

allprojects {
    repositories {
        jcenter()
        maven { url "https://jitpack.io" }
    }
}
davidbeloo commented 8 years ago

Sorry my bad.

javiersantos commented 8 years ago

Similar issue: #18