From 651ce564214d81638e4c1a5a9bdf4c99270c5419 Mon Sep 17 00:00:00 2001 From: badlogic Date: Wed, 22 Mar 2017 18:18:03 +0100 Subject: [PATCH] [libgdx] Updated README for Maven & Gradle --- spine-libgdx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-libgdx/README.md b/spine-libgdx/README.md index 3d6e23e34..c6671a584 100644 --- a/spine-libgdx/README.md +++ b/spine-libgdx/README.md @@ -67,7 +67,7 @@ For SNAPSHOT versions, add the SonaType Snapshot repository to your `pom.xml`: ``` ### Gradle -To add the spine-libgdx runtime to your libGDX Gradle project, add the following dependencies in the `build.gradle` file at the root of your libGDX project. +To add the spine-libgdx runtime to your libGDX Gradle project, add the following dependencies to the `core` project in the `build.gradle` file at the root of your libGDX project: ``` project(":core") {