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

后端 未结 22 1863
情话喂你
情话喂你 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 13:49

    Your app/build.gradle might have these lemon color blocked on dependencies part in Android Studio like on the picture below,

    image

    These (lemon color blocks) mean it's not latest version of dependency. just put mouse on each block, then IDE (Android Studio) tells the numbers that have to be changed.

提交回复
热议问题