diff options
-rw-r--r-- | docs/html/google/play-services/setup.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/google/play-services/setup.jd b/docs/html/google/play-services/setup.jd index 5df2629..d502e8d 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.3.23'</strong> + <strong>compile 'com.google.android.gms:play-services:4.4.52'</strong> } </pre> <p>Be sure you update this version number each time Google Play services is updated.</p> |