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
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
After I've moved my project to Android Studio 3.0.1 (and as consequence Gradle was updated to version 3.0.1) the issue was fixed.