Skip to content

Commit

Permalink
docs: note incompatibility between react-native < 0.72 and google ser…
Browse files Browse the repository at this point in the history
…vices plugin > 4.3.15
  • Loading branch information
mikehardy committed Nov 21, 2023
1 parent 2c1127a commit d6c875b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ First, add the `google-services` plugin as a dependency inside of your `/android
buildscript {
dependencies {
// ... other dependencies
// NOTE: if you are on react-native 0.71 or below, you must not update
// the google-services plugin past version 4.3.15
classpath 'com.google.gms:google-services:4.4.0'
// Add me --- /\
}
Expand Down

1 comment on commit d6c875b

@vercel
Copy link

@vercel vercel bot commented on d6c875b Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.