Medal Easy way to implement medal effect for Android. Download Gradle Add below codes to your root build.gradle file (not your module build.gradle file). allprojects { repositories { jcenter() } } And add a dependency code to your module's build.gradle file. dependen