mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Change mavenCentral -> jcenter
Ref: https://blog.bintray.com/2015/02/09/android-studio-migration-from-maven-central-to-jcenter/ ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135211072
This commit is contained in:
parent
b3c6f1caae
commit
85d749d2d5
1 changed files with 1 additions and 2 deletions
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
|
|
@ -27,7 +26,7 @@ buildscript {
|
|||
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
project.ext {
|
||||
compileSdkVersion=24
|
||||
|
|
|
|||
Loading…
Reference in a new issue