Updating gradle version in the build file

This commit is contained in:
Joe Bowser 2017-04-04 15:34:42 -07:00
parent f790aeb8f6
commit b73c04f3c8

View File

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