Added mavenCentral repository

This commit is contained in:
ByteHamster 2021-02-04 10:36:26 +01:00
parent f3bf708e26
commit 78b604355e
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,9 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
@ -15,8 +15,9 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
jcenter()
}
gradle.projectsEvaluated {