From 00d35c3aebe1f669bd57e69108a4af2a2d1de7dc Mon Sep 17 00:00:00 2001 From: John Engelman Date: Sat, 28 Jun 2014 08:07:33 -0500 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1ca9a424..a6e017ec3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ instead of a port of the Maven Shade code. Documentation for version 0.8 and pri buildscript { repositories { jcenter() } dependencies { - classpath 'com.github.jengelman.gradle.plugins:shadow:1.0.0' + classpath 'com.github.jengelman.gradle.plugins:shadow:1.0.1' } }