From 52fdb2bb3ff24811ee361a8df45bdc5c1c6eb13f Mon Sep 17 00:00:00 2001 From: hogliux Date: Sun, 5 Mar 2017 18:58:21 +0000 Subject: [PATCH] Updated default gradle version to 3.3 to match newest android plug-in version --- .../Source/Project Saving/jucer_ProjectExport_Android.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/Projucer/Source/Project Saving/jucer_ProjectExport_Android.h b/extras/Projucer/Source/Project Saving/jucer_ProjectExport_Android.h index 2bcf02f8b1..9bbddadcb1 100644 --- a/extras/Projucer/Source/Project Saving/jucer_ProjectExport_Android.h +++ b/extras/Projucer/Source/Project Saving/jucer_ProjectExport_Android.h @@ -117,7 +117,7 @@ public: androidKeyStorePass (settings, Ids::androidKeyStorePass, nullptr, "android"), androidKeyAlias (settings, Ids::androidKeyAlias, nullptr, "androiddebugkey"), androidKeyAliasPass (settings, Ids::androidKeyAliasPass, nullptr, "android"), - gradleVersion (settings, Ids::gradleVersion, nullptr, "2.14.1"), + gradleVersion (settings, Ids::gradleVersion, nullptr, "3.3"), androidPluginVersion (settings, Ids::androidPluginVersion, nullptr, "2.3.0"), gradleToolchain (settings, Ids::gradleToolchain, nullptr, "clang"), buildToolsVersion (settings, Ids::buildToolsVersion, nullptr, "25.0.2"), @@ -134,7 +134,7 @@ public: void createToolchainExporterProperties (PropertyListBuilder& props) { props.add (new TextWithDefaultPropertyComponent (gradleVersion, "gradle version", 32), - "The version of gradle that is used to build this app (2.14.1 is fine for JUCE)"); + "The version of gradle that is used to build this app (3.3 is fine for JUCE)"); props.add (new TextWithDefaultPropertyComponent (androidPluginVersion, "android plug-in version", 32), "The version of the android build plugin for gradle that is used to build this app");