diff --git a/IOIOTruck/.gitignore b/IOIOTruck/.gitignore new file mode 100644 index 0000000..a02fbbe --- /dev/null +++ b/IOIOTruck/.gitignore @@ -0,0 +1,2 @@ +/gen +/bin diff --git a/IOIOTruck/AndroidManifest.xml b/IOIOTruck/AndroidManifest.xml index 3df49e9..d41da61 100644 --- a/IOIOTruck/AndroidManifest.xml +++ b/IOIOTruck/AndroidManifest.xml @@ -51,6 +51,9 @@ + + + \ No newline at end of file diff --git a/IOIOTruck/project.properties b/IOIOTruck/project.properties index 21bd5c2..eb09269 100644 --- a/IOIOTruck/project.properties +++ b/IOIOTruck/project.properties @@ -9,7 +9,7 @@ # Project target. target=Google Inc.:Google APIs:15 -android.library.reference.3=../../../workspace/LocationLib -android.library.reference.4=../../ioiolib/IOIOLib -android.library.reference.1=../../../workspace/ExceptionHandlerLib -android.library.reference.2=../../../workspace/Joystick +android.library.reference.3=../../location_library/LocationLib +android.library.reference.1=../../ioiolib/IOIOLib +android.library.reference.2=../../exception_handler_library/ExceptionHandlerLib +android.library.reference.4=../../../workspace/Joystick