-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Android sample project that embeds JSON as asset #181
Comments
We generate a JSON file that you can use to generate whatever you want or embed directly into assets. We can add a sample of this at some point. |
Good to know! |
I had the same problem. I started out using the example from https://www.jbamberger.de/development/2021/07/03/android-generating-asset-files.html which worked really well for a while. As it recently broke (with gradle 8 if I'm not mistaken) I started looking into fixing it and stumbled across your comment here. |
Looks good! You're using all the right mechanisms to get the file into the APK's assets correctly. |
Like OSS Licenses Gradle Plugin did, we can generate build configs which contain pom infos for Apps to display, to replace
oss-licenses-plugin
as it doesn't support CC, but had been supported in this plugin.The text was updated successfully, but these errors were encountered: