diff options
Diffstat (limited to 'docs/html/tools')
| -rw-r--r-- | docs/html/tools/support-library/features.jd | 2 | ||||
| -rw-r--r-- | docs/html/tools/testing-support-library/index.jd | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/html/tools/support-library/features.jd b/docs/html/tools/support-library/features.jd index 926578a..abe1c08 100644 --- a/docs/html/tools/support-library/features.jd +++ b/docs/html/tools/support-library/features.jd @@ -502,7 +502,7 @@ with resources</a>. </p> <p>The Gradle build script dependency identifier for this library is as follows:</p> <pre> -com.android.support:support-design:22.0.0 +com.android.support:design:22.2.0 </pre> diff --git a/docs/html/tools/testing-support-library/index.jd b/docs/html/tools/testing-support-library/index.jd index 32f0553..44f5631 100644 --- a/docs/html/tools/testing-support-library/index.jd +++ b/docs/html/tools/testing-support-library/index.jd @@ -585,13 +585,13 @@ allAppsButton.clickAndWaitForNewWindow();</pre> <pre> dependencies { - androidTestCompile 'com.android.support.test:runner:0.2' + androidTestCompile 'com.android.support.test:runner:0.3' // Set this dependency to use JUnit 4 rules - androidTestCompile 'com.android.support.test:rules:0.2' + androidTestCompile 'com.android.support.test:rules:0.3' // Set this dependency to build and run Espresso tests - androidTestCompile 'com.android.support.test.espresso:espresso-core:2.1' + androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2' // Set this dependency to build and run UI Automator tests - androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.0' + androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1' }</pre> <p>To set |
