Merge pull request #14 from licaon-kter/patch-2

Replace maven repo
This commit is contained in:
Marcel Bokhorst 2018-08-06 15:11:46 +02:00 committed by GitHub
commit dfa0bb3ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ android {
repositories {
jcenter()
maven {
url "https://maven.java.net/content/groups/public/"
url "https://repo1.maven.org/maven2/"
}
}