CB-11907: Bumping Gradle to work with Android Studio 2.2 and the Gradle Plugin, I should have done this last commit

This closes #336
This commit is contained in:
Joe Bowser 2016-09-26 15:05:23 -07:00
parent 7de4803e21
commit 9cf38f8705

View File

@ -43,7 +43,7 @@ allprojects {
}
task wrapper(type: Wrapper) {
gradleVersion = '2.13'
gradleVersion = '2.14.1'
}
// Configuration properties. Set these via environment variables, build-extras.gradle, or gradle.properties.