Migrate from jCenter to MavenCentral

This commit is contained in:
Kirill Nayduik 2022-05-11 13:40:07 +03:00
parent 68fdb3a815
commit 5ad312828c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ plugins {
// The kotlin-dsl plugin requires a repository to be declared
repositories {
jcenter()
mavenCentral()
google()
}