Skip to content

Commit 0b6481b

Browse files
committed
docs(app, android): suggest 4.3.8 of google-play-services plugin
4.3.6 was non-functional, code was updated but docs weren't Credit to @marqroldan for spotting it, thanks!
1 parent 0632ca5 commit 0b6481b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ First, add the `google-services` plugin as a dependency inside of your `/android
6161
buildscript {
6262
dependencies {
6363
// ... other dependencies
64-
classpath 'com.google.gms:google-services:4.3.6'
64+
classpath 'com.google.gms:google-services:4.3.8'
6565
// Add me --- /\
6666
}
6767
}

0 commit comments

Comments
 (0)