Loading docs/html/google/play-services/setup.jd +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ to <a href="{@docRoot}sdk/installing/adding-packages.html">Adding SDK Packages</ <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"> apply plugin: 'android' apply plugin: 'com.android.application' ... dependencies { Loading docs/html/tools/building/configuring-gradle.jd +2 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ at the module level. For example, the build file for the app module in the <code>BuildSystemExample</code> project looks like this:</p> <pre> apply plugin: 'android' apply plugin: 'com.android.application' android { compileSdkVersion 19 Loading Loading @@ -72,7 +72,7 @@ dependencies { } </pre> <p><code>apply plugin: 'android'</code> applies the Android plugin for Gradle to this build. <p><code>apply plugin: 'com.android.application'</code> applies the Android plugin for Gradle to this build. This adds Android-specific build tasks to the top-level build tasks and makes the <code>android {...}</code> element available to specify Android-specific build options.</p> Loading docs/html/tools/support-library/setup.jd +1 −1 Original line number Diff line number Diff line Loading @@ -300,7 +300,7 @@ dependencies { overrides the manifest settings. </p> <pre> apply plugin: 'android' apply plugin: 'com.android.application' android { ... Loading Loading
docs/html/google/play-services/setup.jd +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ to <a href="{@docRoot}sdk/installing/adding-packages.html">Adding SDK Packages</ <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"> apply plugin: 'android' apply plugin: 'com.android.application' ... dependencies { Loading
docs/html/tools/building/configuring-gradle.jd +2 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ at the module level. For example, the build file for the app module in the <code>BuildSystemExample</code> project looks like this:</p> <pre> apply plugin: 'android' apply plugin: 'com.android.application' android { compileSdkVersion 19 Loading Loading @@ -72,7 +72,7 @@ dependencies { } </pre> <p><code>apply plugin: 'android'</code> applies the Android plugin for Gradle to this build. <p><code>apply plugin: 'com.android.application'</code> applies the Android plugin for Gradle to this build. This adds Android-specific build tasks to the top-level build tasks and makes the <code>android {...}</code> element available to specify Android-specific build options.</p> Loading
docs/html/tools/support-library/setup.jd +1 −1 Original line number Diff line number Diff line Loading @@ -300,7 +300,7 @@ dependencies { overrides the manifest settings. </p> <pre> apply plugin: 'android' apply plugin: 'com.android.application' android { ... Loading