[#260] Remove repository declaration for JCenter

This commit is contained in:
Carter Jernigan 2021-09-03 10:15:43 -04:00
parent b4b5bead47
commit fbf4b86662
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ dependencyResolutionManagement {
google()
mavenCentral()
maven("https://jitpack.io")
jcenter() // still needed by one dependency in the demo-app project
}
}