We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8613bfd + 903c10a commit c152e4fCopy full SHA for c152e4f
1 file changed
build.gradle
@@ -2,7 +2,7 @@ buildscript {
2
ext.kotlin_version = '1.5.0'
3
repositories {
4
google()
5
- jcenter()
+ mavenCentral()
6
maven {
7
url "https://plugins.gradle.org/m2/"
8
}
@@ -30,7 +30,7 @@ subprojects {
30
allprojects {
31
32
33
34
maven { url 'https://jitpack.io' }
35
36
0 commit comments