Browse Source

Android: Updated default version value for the android gradle plugin to the latest version

tags/2021-05-28
hogliux 8 years ago
parent
commit
c54409c7ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/Project Saving/jucer_ProjectExport_Android.h

+ 1
- 1
extras/Projucer/Source/Project Saving/jucer_ProjectExport_Android.h View File

@@ -127,7 +127,7 @@ public:
androidKeyAlias (settings, Ids::androidKeyAlias, nullptr, "androiddebugkey"),
androidKeyAliasPass (settings, Ids::androidKeyAliasPass, nullptr, "android"),
gradleVersion (settings, Ids::gradleVersion, nullptr, "3.3"),
androidPluginVersion (settings, Ids::androidPluginVersion, nullptr, "2.3.1"),
androidPluginVersion (settings, Ids::androidPluginVersion, nullptr, "2.3.3"),
gradleToolchain (settings, Ids::gradleToolchain, nullptr, "clang"),
buildToolsVersion (settings, Ids::buildToolsVersion, nullptr, "25.0.2"),
AndroidExecutable (findAndroidExecutable())


Loading…
Cancel
Save