diff options
| author | 2014-12-19 05:29:56 +0000 | |
|---|---|---|
| committer | 2014-12-19 05:29:58 +0000 | |
| commit | 8eaf404239286f6179dd032184cab3fa0943834c (patch) | |
| tree | 1755a05cc73f93dc9b0f31feca5e2ff1733b191c | |
| parent | e6395cd34c353ad848b6e414f9e9d215311da4c4 (diff) | |
| parent | dcfe5b6ae394e229e2ebe4dcc3629c85d7cd6d0f (diff) | |
Merge "docs: gradle wrapper security note" into lmp-docs
| -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> |