diff --git a/common-android-app.gradle b/common-android-app.gradle index 0ec48fbd7..ff5dea0b1 100644 --- a/common-android-app.gradle +++ b/common-android-app.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.android.application' -group = 'com.jme3' +group = 'org.jmonkeyengine' version = jmeVersion + '-' + jmeVersionTag sourceCompatibility = '1.6' @@ -10,4 +10,4 @@ repositories { maven { url "http://nifty-gui.sourceforge.net/nifty-maven-repo" } -} \ No newline at end of file +}