Merge pull request #7 from fareesh/patch-1

Change jcenter() to mavenCentral()
This commit is contained in:
Phani Pavan Kambhampati
2022-10-31 18:54:06 +05:30
committed by GitHub

View File

@@ -5,7 +5,7 @@ buildscript {
ext.kotlin_version = '1.6.10'
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
@@ -17,7 +17,7 @@ buildscript {
rootProject.allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}
@@ -37,4 +37,4 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
}