diff options
author | Dave Holmes <daveholmes@google.com> | 2014-06-04 23:50:38 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-06-04 23:50:38 +0000 |
commit | b6f32640669edc54a67d55936a1f4141d82dff6f (patch) | |
tree | 79e98d9dcb185c0a6e368400e7bb84c8516b8c62 /docs/html/google | |
parent | f12d4afb85d0f8e5570c5237fde88bcd7c29cb03 (diff) | |
parent | b3b6f1481e710a4f528dba962a8d860cc9d391a4 (diff) | |
download | frameworks_base-b6f32640669edc54a67d55936a1f4141d82dff6f.zip frameworks_base-b6f32640669edc54a67d55936a1f4141d82dff6f.tar.gz frameworks_base-b6f32640669edc54a67d55936a1f4141d82dff6f.tar.bz2 |
am b3b6f148: am b766edce: am 4e99af34: am aabfcb78: Merge "Adding links to the Gradle docs. Both of these files ask you to change the contents of your gradle file, but neither links to reference information on gradle. Because this is still pretty new information, I\'d
* commit 'b3b6f1481e710a4f528dba962a8d860cc9d391a4':
Adding links to the Gradle docs. Both of these files ask you to change the contents of your gradle file, but neither links to reference information on gradle. Because this is still pretty new information, I'd like to include a link to the Building with Gradle documentation.
Diffstat (limited to 'docs/html/google')
-rw-r--r-- | docs/html/google/play-services/setup.jd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/google/play-services/setup.jd b/docs/html/google/play-services/setup.jd index d502e8d..744e191 100644 --- a/docs/html/google/play-services/setup.jd +++ b/docs/html/google/play-services/setup.jd @@ -95,7 +95,9 @@ you can continue development with the Google Play services SDK, but must instead <li>Open the <code>build.gradle</code> file inside your application module directory. <p class="note"><strong>Note:</strong> Android Studio projects contain a top-level <code>build.gradle</code> file and a <code>build.gradle</code> file for each module. - Be sure to edit the file for your application module.</p></li> + Be sure to edit the file for your application module. See + <a href="{@docRoot}sdk/installing/studio-build.html">Building Your Project with + Gradle</a> for more information about Gradle.</p></li> <li>Add a new build rule under <code>dependencies</code> for the latest version of <code>play-services</code>. For example: <pre class="no-pretty-print"> |