fix group id

This commit is contained in:
Gered 2013-11-30 12:45:50 -05:00
parent 6b982af2db
commit 18f0dd3a94

View file

@ -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"