Getting startedIn your build.gradle:
allprojects {
repositories {
mavenCentral()
}
}
In your module/build.gradl
2020-06-25