From 7f9ac18887b6c09ec92cea17034bff1a2eaf8614 Mon Sep 17 00:00:00 2001 From: LoveHoly Date: Wed, 10 Sep 2014 00:29:36 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=201.03?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6df710f..73ccf4c 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { apply plugin: 'forge' -version = "1.02" +version = "1.03" group= "exastris" archivesBaseName = "Ex-Astris" @@ -48,6 +48,7 @@ dependencies { compile files("libs/ThermalFoundation-[1.7.10]1.0.0B3-8.jar") compile files("libs/TSteelworks-1.7.10-1.0.3.jar") compile files("libs/Waila-1.5.3a_1.7.10.jar") + compile files("libs/RedstoneArsenal-[1.7.10]1.1.0B4-10.jar") }