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
+1 -1
View File
@@ -29,7 +29,7 @@ buildscript {
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.0'
}
}