This message was deleted.
# community-support
s
This message was deleted.
x
Your dependency:
Copy code
classpath 'com.google.gms:google-services:+
is picking up the latest version of that plugin. Looks like
4.3.12
was just released yesterday and possibly breaks the API of the
GoogleServicesTask
. You should hardcode your dependency on
4.3.10
(apparently there's no
.11
)
1
v
Thanks a lot, that was the issue.