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 +}