Install BadgedImageview via JitPack
masterTo use BadgedImageview in your Android project, add the JitPack repository to your Gradle configuration and then include the dependency.
// In your project-level build.gradle
repositories {
// ...
maven { url "https://jitpack.io" }
}
// In your app-level build.gradle
dependencies {
compile 'com.github.yesidlazaro:BadgedImageview:1.0.2'
}