Merge pull request #311 from TouchInstinct/migrate_to_maven_central

Migrate to maven central
This commit is contained in:
Kirill Nayduik 2022-05-11 13:59:48 +03:00 committed by GitHub
commit 2753812843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()
}