All firebase libraries must be either above or below 14.0.0

后端 未结 10 583
孤街浪徒
孤街浪徒 2021-01-03 18:48

I have checked my app build.gradle file and these are the only lines that are related to firebase in them

/***
 * Firebase
 */
implementation \'com.google.f         


        
10条回答
  •  花落未央
    2021-01-03 19:08

    What worked for me was changing com.google.android.gms:play-services-location:15.+ to com.google.android.gms:play-services-location:11.6.2 so that it's the same version as my com.google.firebase:firebase-messaging:11.6.2 library.

    The change was in file platform/android/project.properties.

    The location and push notifications library is working perfect now

提交回复
热议问题