From cb40a71188ac2449bbca59ffe7465191aa76590e Mon Sep 17 00:00:00 2001 From: radarsh Date: Mon, 7 Oct 2019 16:27:14 +0100 Subject: [PATCH] Remove references to Gradle 2.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb4e288..3b77135 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Scroll down for more themes and customisation options or visit the [screenshots ## Usage -### Modern Gradle +### Using the plugins DSL ```groovy plugins { @@ -29,7 +29,7 @@ plugins { } ``` -### Gradle < 2.1 +### Using legacy plugin application ```groovy buildscript {