Renamed the project to CEIDEC-Pong.

This commit is contained in:
2014-10-24 08:40:49 -04:30
parent 83c0b894f7
commit 817b414756
39 changed files with 140 additions and 131 deletions

View File

@@ -63,7 +63,7 @@ task run(type: Exec) {
}
def adb = path + "/platform-tools/adb"
commandLine "$adb", 'shell', 'am', 'start', '-n', 'com.gamejolt.mikykr5.poukemon.android/com.gamejolt.mikykr5.poukemon.android.AndroidLauncher'
commandLine "$adb", 'shell', 'am', 'start', '-n', 'com.gamejolt.mikykr5.ceidecpong.android/com.gamejolt.mikykr5.ceidecpong.android.AndroidLauncher'
}
// sets up the Android Eclipse project, using the old Ant based build.