Update build.gradle

This commit is contained in:
Anuken 2018-12-30 09:21:16 -05:00 committed by GitHub
parent d01b8c7ad1
commit cdb3971b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
}
}
}