diff --git a/build.gradle b/build.gradle index e6d456e..3406771 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,5 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. - buildscript { repositories { - mavenCentral() jcenter() } dependencies { @@ -13,7 +10,6 @@ buildscript { allprojects { repositories { - mavenCentral() jcenter() } }