Nishant Srivastava
Nishant Srivastava
In order to accommodate Product variants in Android, something like this should also work: ``` tasks.whenTaskAdded { if (name.contains("assemble") && name.contains("Release")) { dependsOn("licenseReleaseReport") } } tasks.whenTaskAdded { if (name.contains("assemble") &&...
That looks much better. TIL 😸 Looking forward that being implemented.
@2tanayk Can you explain how you are planning on doing this? This is not a one off task. My thought process was to implemented an automated flow to generated a...
Well I would like to avoid doing multiple PR for screenshots. There needs to be an automated process for generating the screenshots.
@RichardChambers Thank you for your comment. As you can see this is a different issue and should be opened as a separate issue. This issue is as per the description...
That is a 3rd party project I do not control. Apparently, you need to now get token to be able to download the GitHub projects. Use the `Get Token` link...
Interesting, but I would like to prefer a more universal approach than depending on a 3rd party service which might go down in future or behave differently like the last...
Good idea. I will put the information in the current readme and the instructions to translate. If you would want to translate this into Greek, go ahead and send a...
@amoraitis do you think you are still up for translating this into greek? Let me know if you can. Thank you
I have added the translation information in the readme. Translations for this repo are all welcome. Translation already in works: Greek - by @amoraitis