Gradle: More than one variant of project :myLib matches the consumer attributes

后端 未结 5 1613
小鲜肉
小鲜肉 2020-12-07 13:01

A library that I wrote myLib uses RemoteMessage from Firebase, the app itself also uses Firebase.

Using gradle 4.7

5条回答
  •  执念已碎
    2020-12-07 13:34

    Faced with similar issue while upgrading to 3.3.1

    Fixed it by downgrading to 3.2.1

    We can use firebase version >=15 with 3.2.1

提交回复
热议问题