OSS license plugin crashes on starting OssLicensesMenuActivity

后端 未结 2 1594
暖寄归人
暖寄归人 2021-01-22 05:02

Every one! I\'ve included Android OSS using this tutorial Google APIs for Android OSS licenses. into my project (target sdk version is 27).

But I have an issue when I st

2条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-22 05:37

    Ran into same issue with the following plugin dependency,

    com.google.gms:oss-licenses:0.9.2

    com.google.android.gms:play-services-oss-licenses:11.4.2

    Found that its fixed with latest com.google.android.gms:play-services-oss-licenses:16.0.0. This required bumping com.google.gms:google-services to 3.2.1 to resolve conflict with branched off firebase/play-services sdks.

    Reference : https://developers.google.com/android/guides/releases

提交回复
热议问题