AndroidScratchCard icon indicating copy to clipboard operation
AndroidScratchCard copied to clipboard

To

Open Jeannorma opened this issue 3 years ago • 1 comments

[allprojects { repositories { ... maven { url "https://jitpack.io" } } }](allprojects { repositories { ... maven { url "https://jitpack.io" } } })

Jeannorma avatar Jun 06 '22 01:06 Jeannorma

Try In settings.gradle (Project)

dependencyResolutionManagement {
    repositories {
        …….
        maven { url 'https://jitpack.io' }
    }
}

myinnos avatar Jun 06 '22 05:06 myinnos