CB-12108: Updating gradle files to work with the latest version of Android Studio, since a patch release breaks this, and Gradle complains if you add the plus

This commit is contained in:
Joe Bowser
2016-11-02 14:19:21 -07:00
parent b3201ad073
commit 5346a386f7
2 changed files with 3 additions and 2 deletions

View File

@@ -21,10 +21,11 @@
buildscript {
repositories {
mavenCentral()
jcenter();
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.android.tools.build:gradle:2.2.1'
}
}