Alex Nguyen
Results
1
comments of
Alex Nguyen
You can possible a get a solution done with the following: ```ruby Dir["*/build/reports/lint-results-debug.xml"].each do |file| android_lint.report_file = file android_lint.lint end ```