Skip to content

Instantly share code, notes, and snippets.

@Magdi
Created March 30, 2017 11:05
Show Gist options
  • Save Magdi/5055bbd7f4c3ea7ccb28c1610e3f481a to your computer and use it in GitHub Desktop.
Save Magdi/5055bbd7f4c3ea7ccb28c1610e3f481a to your computer and use it in GitHub Desktop.
gradle proguard multiple files
fileTree("${project.projectDir}/proguard").include('*.txt').files.each { file ->
proguardFile file
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment