diff --git a/bin/templates/project/app/build.gradle b/bin/templates/project/app/build.gradle index 1d18ba1b..5134793f 100644 --- a/bin/templates/project/app/build.gradle +++ b/bin/templates/project/app/build.gradle @@ -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.