ScratchView
ScratchView copied to clipboard
Could not find com.github.AnupKumarPanwar:ScratchView:1.2
You need to add in jitpack.io in settings.gradle
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
...
maven { url "https://jitpack.io" }
...
}
}