You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm curious if LicenseDialog has the ability to pull in the licenses from an app's dependencies dynamically?
Right now it appears that the end developer needs to manually define their dependencies in a static xml file, or create Notice objects programmatically. Both of which require the developer to manually and statically add in every license from every dependency in their project.
Please correct me if I'm wrong! I'd love to use LicenseDialog in my app, but I kind of need the licenses to be retrieved dynamically during the Gradle build.
The text was updated successfully, but these errors were encountered:
JimVanG
changed the title
Can LicenseDialog dynamically get licenses from dependencies using Gradle?
Can LicenseDialog dynamically retrieve licenses from dependencies?
Apr 10, 2017
But unfortunately it's not a completely automated thing... It helps, but you still need to go in an manually include some information about the dependencies before you can generate a "licenses.html" file for your app to use at runtime.
Hello,
I'm curious if LicenseDialog has the ability to pull in the licenses from an app's dependencies dynamically?
Right now it appears that the end developer needs to manually define their dependencies in a static
xml
file, or createNotice
objects programmatically. Both of which require the developer to manually and statically add in every license from every dependency in their project.Please correct me if I'm wrong! I'd love to use LicenseDialog in my app, but I kind of need the licenses to be retrieved dynamically during the Gradle build.
The text was updated successfully, but these errors were encountered: