update dependencies

This commit is contained in:
bosphere
2018-11-01 14:00:54 +08:00
parent 305cfcf0c3
commit ed5879e78a
17 changed files with 39 additions and 153 deletions

View File

@@ -3,11 +3,12 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -17,6 +18,7 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
}
}