Closed gibachan closed 3 years ago
JFog has announced JCenter became read-only repository since it stopped new package versions submission. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
And also Android Developers Documentation suggests to find new location.
This PR replaces JCenter with Maven Central.
I've tested these commands complete successfully.
./gradlew --refresh-dependencies ./gradlew test
Overview
JFog has announced JCenter became read-only repository since it stopped new package versions submission. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
And also Android Developers Documentation suggests to find new location.
This PR replaces JCenter with Maven Central.
I've tested these commands complete successfully.