diff options
| -rw-r--r-- | docs/html/tools/building/plugin-for-gradle.jd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/html/tools/building/plugin-for-gradle.jd b/docs/html/tools/building/plugin-for-gradle.jd index b479ed889892..fde034a57a5d 100644 --- a/docs/html/tools/building/plugin-for-gradle.jd +++ b/docs/html/tools/building/plugin-for-gradle.jd @@ -320,6 +320,9 @@ logic inside Gradle build files instead.</p> <p>You can run the shell scripts to build your project from the command line on your development machine and on other machines where Android Studio is not installed.</p> +<p class="caution"><strong>Caution:</strong> When you create a project, only use the Gradle wrapper +scripts and JAR from a trusted source, such as those generated by Android Studio. /p> + <h2 id="buildVariants"> Build variants</h2> |