Create gradle plugin to create AppDF file from project resources
friedger opened this issue · 0 comments
friedger commented
The purpose of the plugin is to help developers to create AppDF files and keep it update-to-day.
Assuming that the developer has published the app on Google Play and run e.g. the bootstrapReleasePlayResources task of com.github.triplet.play plugin, then the plugin should do the following:
createDescriptionFromBlueprint()
addDescriptionToZip()
addImagesToZip()
addApksToZip()