diff options
| author | 2015-01-27 23:03:49 +0000 | |
|---|---|---|
| committer | 2015-01-27 23:03:49 +0000 | |
| commit | c6326f44bf0634f58a7bf6f322b4b676352baeed (patch) | |
| tree | c7bebc6530da863ed1abdf5dc0e9dfd75c3c659e | |
| parent | cae216f8dc3e1d752f2c353e488da07cadd95570 (diff) | |
| parent | 05defb992eefb8a32742d64c06e8e8fd02dbf670 (diff) | |
am 05defb99: Merge "docs: plugin for gradle typo" into lmp-docs
* commit '05defb992eefb8a32742d64c06e8e8fd02dbf670':
docs: plugin for gradle typo
| -rw-r--r-- | docs/html/tools/building/plugin-for-gradle.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/tools/building/plugin-for-gradle.jd b/docs/html/tools/building/plugin-for-gradle.jd index 77cbfda86b0f..54a03fd1761a 100644 --- a/docs/html/tools/building/plugin-for-gradle.jd +++ b/docs/html/tools/building/plugin-for-gradle.jd @@ -321,7 +321,7 @@ logic inside Gradle build files instead.</p> 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> +scripts and JAR from a trusted source, such as those generated by Android Studio. </p> <h2 id="buildVariants"> Build variants</h2> |