rename project and game to RhythmBullet
This commit is contained in:
@@ -18,7 +18,7 @@ android {
|
||||
exclude 'META-INF/robovm/ios/robovm.xml'
|
||||
}
|
||||
defaultConfig {
|
||||
applicationId "zero1hd.polyjet"
|
||||
applicationId "zero1hd.rhythmbullet"
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 25
|
||||
}
|
||||
@@ -71,7 +71,7 @@ task run(type: Exec) {
|
||||
}
|
||||
|
||||
def adb = path + "/platform-tools/adb"
|
||||
commandLine "$adb", 'shell', 'am', 'start', '-n', 'zero1hd.polyjet/zero1hd.polyjet.AndroidLauncher'
|
||||
commandLine "$adb", 'shell', 'am', 'start', '-n', 'zero1hd.rhythmbullet/zero1hd.rhythmbullet.AndroidLauncher'
|
||||
}
|
||||
|
||||
// sets up the Android Eclipse project, using the old Ant based build.
|
||||
|
||||
Reference in New Issue
Block a user