ScratchView icon indicating copy to clipboard operation
ScratchView copied to clipboard

Could not find com.github.AnupKumarPanwar:ScratchView:1.2

Open ramchandervermaji opened this issue 3 years ago • 1 comments

image

ramchandervermaji avatar Aug 11 '21 11:08 ramchandervermaji

You need to add in jitpack.io in settings.gradle

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

joancolmenerodev avatar Dec 07 '22 09:12 joancolmenerodev