gfffffffff

Android Studio scratch card

Ad Code Here



1. Add the following configuration in your settings.gradle file.



dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        ...
        maven { url "https://jitpack.io" }
        ...
    }
}


2. Add the dependency to your build.gradle (app level).


dependencies {
    implementation 'com.github.AnupKumarPanwar:ScratchView:1.9.1'
}