diff --git a/build.gradle b/build.gradle index 7a56f3c..5e6f21d 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: "maven" apply plugin: "eclipse" apply plugin: "idea" -group = "com.blarg.gdx" +group = "ca.blarg.gdx" version = "0.1-SNAPSHOT" ext.appName = "gdx-tilemap3d" ext.gdxVersion = "0.9.9" @@ -18,9 +18,9 @@ repositories { dependencies { compile "com.badlogicgames.gdx:gdx:$gdxVersion" - compile "com.blarg.gdx:gdx-toolbox:0.1-SNAPSHOT" + compile "ca.blarg.gdx:gdx-toolbox:0.1-SNAPSHOT" } eclipse.project { name = appName -} \ No newline at end of file +}