From 18f0dd3a9453614ec3fa7b3ed11ea7dce5dce6a1 Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 30 Nov 2013 12:45:50 -0500 Subject: [PATCH] fix group id --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e4f422f..2a5c80a 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-toolbox" ext.gdxVersion = "0.9.9" @@ -23,4 +23,4 @@ dependencies { eclipse.project { name = appName -} \ No newline at end of file +}