Not all dependencies are included in OssLicensesMenuActivity
See original GitHub issueDescribe the bug
Many dependencies are missing in generated third_party_license_metadata
.
Among missing are:
com.squareup.retrofit2
com.squareup.okhttp3
com.android.support
com.google.maps.android
and many others.
Desktop (please complete the following information):
- Gradle version: 4.10.2
- Android Studio version: 3.2.1
- Plugin name and version: oss-licenses-plugin:0.9.4
- play-services-oss-licenses:16.0.1
Issue Analytics
- State:
- Created 5 years ago
- Reactions:30
- Comments:28 (9 by maintainers)
Top Results From Across the Web
Why does the Play Services OSS plugin shows the maven ...
The plugin + play-services-oss-licenses method for displaying licenses also takes into account your app's direct dependencies (e.g. org.
Read more >Simple Display of Open Source License Info? | by Nate Ebel
A plugin that parses your dependencies' POM file and looks for license info; A library that includes an OssLicensesMenuActivity that will display the...
Read more >How to use android Open Source Notices - Medium
The library goes through all your dependencies and provides an Activity which you can invoke from anywhere in your app.
Read more >Include open source notices | Google Play services
Add the oss-licenses plugin to your dependencies. The following code snippet shows these steps: Kotlin DSL Groovy DSL ...
Read more >Decide which components of Fenix to rip out, disable, or use
Audit "Must Include" Fenix dependencies ... We should quickly look at all components in the Include category and confirm they do not make ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is there some way to manually add missing licenses as a workaround, preferably in the build.gradle file as a configuration for the plugin?
In my environment, this problem happened. I share demo project. https://github.com/koji12000/ossLicensePluginDemo
Removing below from app/build.gradle, this problem doesn’t happen.
implementation project(':library')