Replace references to jcenter().

https://developer.android.com/studio/build/jcenter-migration

Gradle considers this function a "deprecated feature."
This commit is contained in:
Joseph Cloutier
2021-11-09 20:10:37 -05:00
parent fa7f487595
commit ded22af195
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}