scratchCardLayout
scratchCardLayout copied to clipboard
Not getting compiled due to JCenter.
As JCenter is down, this lib needs to be moved from jcenter to maven.
Use following code
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.skymansandy:scratchCardLayout:v1.0.8'
}
Reference: https://jitpack.io/#skymansandy/scratchCardLayout/v1.0.8