droidperf 2.0 adds AI-powered build analysis on top of the existing rule-based auditor.
Point it at your Gradle build log and it finds bottlenecks, explains why they're slow, and applies fixes directly to gradle.properties with a backup and dry-run preview before touching anything.
New in 2.0:
- npx droidperf analyze — AI reads your actual build output
- --apply — writes fixes automatically
- --dry-run — preview before committing
Works on any gradle projects.
One command. No config needed.