Skip to main content

Gradle

Extract Gradle Dependencies for Mobile App Security (MAS)
·315 words·2 mins
Android Compose Gradle
Introduction # I had the chance to work on an app that required a security test based on OWASP guidelines. Based on the requirement, I was asked to export a list of all the dependencies used in the app in the format name|version|source. Since I was using version.toml with Gradle’s Version Catalog, getting everything into that format wasn’t straightforward. At first, I just used an LLM to help with the formatting—but along the way, I discovered a much simpler approach worth sharing.