From cdb3971b8d0d1b45b8fd1d07d30072ddc7c0235a Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 30 Dec 2018 09:21:16 -0500 Subject: [PATCH] Update build.gradle --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4eecade40c..72a9c403b7 100644 --- a/build.gradle +++ b/build.gradle @@ -197,7 +197,7 @@ project(":core"){ build.finalizedBy(finish) //forces JITPack to compile arc and its submodules - if(!localArc()) compile "com.github.Anuken.Arc:${getArcHash()}" + if(!localArc()) compile "com.github.Anuken:Arc:${getArcHash()}" compile arcModule("arc-core") compile arcModule("extensions:freetype") @@ -258,4 +258,4 @@ project(":net"){ compile 'com.github.Anuken:kryonet:38ca8d51b5763ebe463ed973a63b64390ff51416' compile 'com.github.Anuken:WaifUPnP:05eb46bc577fd7674596946ba288c96c0cedd893' } -} \ No newline at end of file +}