In project 'app' a resolved Google Play services library dependency depends on another at an exact version

后端 未结 22 1910
情话喂你
情话喂你 2020-12-08 13:42

Trying to create a simple app with FireStore and Google Authentication. Having problem with the gradle:

In project \'app\' a resolved Google Play serv

22条回答
  •  爱一瞬间的悲伤
    2020-12-08 14:07

    Thanks, but unfortunately, this didn't entirely work for me. I also had to add the following to my build.grade (Module:app)

    implementation 'com.google.android.gms:play-services-flags:16.0.1'
    implementation 'com.google.android.gms:play-services-basement:16.0.1'
    

提交回复
热议问题