CB-14008: Updating Gradle Libraries to work with Android Studio 3.1.0

This commit is contained in:
Joe Bowser
2018-04-04 13:54:39 -07:00
parent b8530a6b70
commit 5c4f8ca246
5 changed files with 9 additions and 7 deletions
+4 -2
View File
@@ -31,8 +31,10 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// The gradle plugin and the maven plugin have to be updated after each version of Android
// studio comes out
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
}
}