Added allprojects repositories for Framework Release Builds (#676)

This commit is contained in:
エリス 2019-04-06 13:33:04 +09:00 committed by GitHub
parent 485e6e0e4d
commit b177f84825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,13 @@ buildscript {
}
}
allprojects {
repositories {
google()
jcenter()
}
}
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'