From ff66d5d63a6e0da6ba346b15caecb6583ba36a38 Mon Sep 17 00:00:00 2001 From: Abrar Syed Date: Sun, 4 May 2014 11:17:16 -0500 Subject: [PATCH] fixed readme for gradle dependencies --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1c86a27..8eabf612 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ this repository will have to be rejected. add the following to your build.gradle file ``` dependencies { - compile 'com.mod-buildcraft:buildcraft:5.0.0.+:dev' + compile 'com.mod-buildcraft:buildcraft:6.0.8:dev' } ``` -where `5.0.0` is the desired version of BuildCraft +where `6.0.8` is the desired version of BuildCraft