The last time I used Android Studio, it generated .gradle
files with mavencentral()
buildscript repositories whereas now there’s jcenter()
.
Could anyone explain the issues connected with this. Are there any other repos? When should we switch them? What impact do they have on projects, modules, libs? Any other essentials for Android developers?
Who’s responsible for maintaining those repos?