diff --git a/README.md b/README.md index 8f96a97..c20e943 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,7 @@ android { Instead of declaring each configuration file manually, you could also store them in a seperate directory and include them all at once: ```groovy -FileCollection proGuardFileCollection = files { file('./proguard').listFiles() } -proguardFiles(proGuardFileCollection) + proguardFiles fileTree(dir: "proguard", include: ["*.pro"]).asList().toArray() ``` ### Libraries