This commit is contained in:
AriaLyy
2016-11-21 09:54:43 +08:00
parent fe65700398
commit 6b3acb8fdf
5 changed files with 62 additions and 85 deletions

@ -3,11 +3,12 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:3.1.1"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
@ -16,6 +17,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
}
}