diff options
author | quddusc <quddusc@google.com> | 2014-04-15 18:34:31 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-04-15 18:34:31 +0000 |
commit | 45f232cf579a1b4f8e32da08f17b7b7eb20ddc18 (patch) | |
tree | 8506d1d8cf4db28b65f98ffbd8276bbd5c82c162 | |
parent | 2aa704133a914f4a8455862d74cc450b267f1b9a (diff) | |
parent | 7ba3b3f4c87d891a2e8b55f68efd169392ff62af (diff) | |
download | frameworks_base-45f232cf579a1b4f8e32da08f17b7b7eb20ddc18.zip frameworks_base-45f232cf579a1b4f8e32da08f17b7b7eb20ddc18.tar.gz frameworks_base-45f232cf579a1b4f8e32da08f17b7b7eb20ddc18.tar.bz2 |
am 7ba3b3f4: am fe0996b7: am 60095240: docs: Updated the gradle build number to 4.3.23. Bug: 14043082
* commit '7ba3b3f4c87d891a2e8b55f68efd169392ff62af':
docs: Updated the gradle build number to 4.3.23. Bug: 14043082
-rw-r--r-- | docs/html/google/play-services/setup.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/google/play-services/setup.jd b/docs/html/google/play-services/setup.jd index 3137890..5df2629 100644 --- a/docs/html/google/play-services/setup.jd +++ b/docs/html/google/play-services/setup.jd @@ -104,7 +104,7 @@ apply plugin: 'android' dependencies { compile 'com.android.support:appcompat-v7:+' - <strong>compile 'com.google.android.gms:play-services:4.0.30'</strong> + <strong>compile 'com.google.android.gms:play-services:4.3.23'</strong> } </pre> <p>Be sure you update this version number each time Google Play services is updated.</p> @@ -235,4 +235,4 @@ that takes the user to Google Play Store to install the update.</p> <p>To then begin a connection to Google Play services, read <a -href="{@docRoot}google/auth/api-client.html">Accessing Google Play Services APIs</a>.</p>
\ No newline at end of file +href="{@docRoot}google/auth/api-client.html">Accessing Google Play Services APIs</a>.</p> |