diff options
| author | 2016-09-12 22:01:20 +0000 | |
|---|---|---|
| committer | 2016-09-12 22:01:20 +0000 | |
| commit | aa925d8a8b12d901e43ebc46e430138e755551d3 (patch) | |
| tree | eb4b3e57b91104367a1dc732864274d131863a71 | |
| parent | 1c908fc677c2a61315bb9972bcc8df778d6ce50c (diff) | |
| parent | a1cf16c99261b045b8dd03e15ee344e2d483c8c4 (diff) | |
add link for how to update the gradle plugin. bug: 23725775 am: 3d5a4c9eda am: 9276eda434
am: a1cf16c992
Change-Id: Ic98d6f5f378a438b4e1be86ce77ef8fdb76db197
| -rw-r--r-- | docs/html/topic/libraries/data-binding/index.jd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/topic/libraries/data-binding/index.jd b/docs/html/topic/libraries/data-binding/index.jd index ddcc9f2e7ea8..0faa1db1bf60 100644 --- a/docs/html/topic/libraries/data-binding/index.jd +++ b/docs/html/topic/libraries/data-binding/index.jd @@ -162,7 +162,9 @@ page.tags="databinding", "layouts" <p> To use data binding, Android Plugin for Gradle <strong>1.5.0-alpha1</strong> - or higher is required. + or higher is required. See how to <a +href="/studio/releases/gradle-plugin.html#updating-plugin">update the Android +Plugin for Gradle</a>. </p> <h2 id="build_environment"> |