diff options
| author | 2015-01-06 02:12:32 +0000 | |
|---|---|---|
| committer | 2015-01-06 02:12:32 +0000 | |
| commit | 4dc7c15860faa53f6cc408046959c7e8e6ebfd51 (patch) | |
| tree | 4565a218d433173089a51967f272d818a1bd5ce7 | |
| parent | 24a3ff477037a634e7ae6bc99908faebd530d0a9 (diff) | |
| parent | 3dcc12892fba022f8c45e9575b23f20bbe55f6b4 (diff) | |
am 3dcc1289: am 447ea509: am f110d357: am 8eaf4042: Merge "docs: gradle wrapper security note" into lmp-docs
* commit '3dcc12892fba022f8c45e9575b23f20bbe55f6b4':
docs: gradle wrapper security note
| -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> |