Error:Execution failed for task ':app:processDebugGoogleServices'. > Please fix the version conflict

后端 未结 13 2541
生来不讨喜
生来不讨喜 2021-02-19 01:26

After updating my google play services to rev 28 i\'m getting this error. Im not sure why this is happening as it was working fine before.

here is my build.gradl

13条回答
  •  失恋的感觉
    2021-02-19 02:06

    • I copied the google-services.json file i downloaded and pasted it in app root folder i.e in your android studio,

    • Please also make sure the 'google-services.json' file you downloaded has the same name with the one you pasted in the root directory.

    This worked for me. thanks

提交回复
热议问题