DEADSOFTWARE

Rename project
[cavedroid.git] / android / build.gradle
index 4beaa6e2dd6650aaf0bac53c0fc489a0c29399fa..9ab1ade2fdc0ed7a3ca1d2ee598750bcd707769c 100644 (file)
@@ -20,7 +20,7 @@ android {
         exclude 'META-INF/robovm/ios/robovm.xml'
     }
     defaultConfig {
-        applicationId "ru.deadsoftware.cavecraft"
+        applicationId "ru.deadsoftware.cavedroid"
         minSdkVersion 9
         targetSdkVersion 20
         versionCode 5
@@ -81,7 +81,7 @@ task run(type: Exec) {
     }
 
     def adb = path + "/platform-tools/adb"
-    commandLine "$adb", 'shell', 'am', 'start', '-n', 'ru.deadsoftware.cavecraft/ru.deadsoftware.cavecraft.AndroidLauncher'
+    commandLine "$adb", 'shell', 'am', 'start', '-n', 'ru.deadsoftware.cavedroid/ru.deadsoftware.cavedroid.AndroidLauncher'
 }
 // sets up the Android Eclipse project, using the old Ant based build.
 eclipse {