diff --git a/FindMyCarFull/.classpath b/FindMyCarFull/.classpath index f85e4be..a4763d1 100644 --- a/FindMyCarFull/.classpath +++ b/FindMyCarFull/.classpath @@ -4,12 +4,5 @@ - - - - - - - diff --git a/FindMyCarFull/project.properties b/FindMyCarFull/project.properties index 24c7b19..54582a9 100644 --- a/FindMyCarFull/project.properties +++ b/FindMyCarFull/project.properties @@ -9,8 +9,8 @@ # Indicates whether an apk should be generated for each density. split.density=false -android.library.reference.1=../FindMyCarLib # Project target. target=Google Inc.:Google APIs:15 #proguard.config=proguard.cfg +android.library.reference.1=../FindMyCarLib diff --git a/FindMyCarLib/.classpath b/FindMyCarLib/.classpath index a53a264..e39cc86 100644 --- a/FindMyCarLib/.classpath +++ b/FindMyCarLib/.classpath @@ -3,13 +3,7 @@ - - - - - - - + diff --git a/FindMyCarLib/lint.xml b/FindMyCarLib/lint.xml new file mode 100644 index 0000000..ee0eead --- /dev/null +++ b/FindMyCarLib/lint.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/FindMyCarLib/project.properties b/FindMyCarLib/project.properties index 01ccf29..4b702d5 100644 --- a/FindMyCarLib/project.properties +++ b/FindMyCarLib/project.properties @@ -10,7 +10,7 @@ android.library=true # Project target. target=Google Inc.:Google APIs:15 -android.library.reference.1=../../exception_handler_library/ExceptionHandlerLib -android.library.reference.2=../../location_library/LocationLib proguard.config=proguard.cfg +android.library.reference.1=../../exception_handler_library/ExceptionHandlerLib +android.library.reference.2=../../location_library/LocationLib