Closed yushilong closed 5 years ago
add this:
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
I have the issue and I added the maven as below .but it doesn't fix anything
allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
}
}
allprojects { repositories { google() jcenter() maven { url "https://jitpack.io" } } }