None
SQ
Android, Gradle and compile-time only dependencies
['Ashish Bhatia']
ashishb.net
provided fileTree ( dir: "${project.rootDir}/patch_to_libs_dir" , include: '*.jar' ) // Exclude the jar files from making its way into the final apk. // Irrespective of what the path_to_libs_dir is the final jar files end up in libs dir.