Added required libraries as sub modules
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[submodule "location_library"]
|
||||||
|
path = location_library
|
||||||
|
url = ssh://dev/srv/git/location_library.git
|
||||||
|
[submodule "exception_handler_library"]
|
||||||
|
path = exception_handler_library
|
||||||
|
url = ssh://dev/srv/git/exception_handler_library.git
|
||||||
@@ -7,8 +7,8 @@
|
|||||||
# "ant.properties", and override values to adapt the script to your
|
# "ant.properties", and override values to adapt the script to your
|
||||||
# project structure.
|
# project structure.
|
||||||
|
|
||||||
android.library.reference.1=../../exception_handler_library/ExceptionHandlerLib
|
android.library.reference.1=../exception_handler_library/ExceptionHandlerLib
|
||||||
android.library.reference.2=../../location_library/LocationLib
|
android.library.reference.2=../location_library/LocationLib
|
||||||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard.cfg
|
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard.cfg
|
||||||
# Project target.
|
# Project target.
|
||||||
target=Google Inc.:Google APIs:16
|
target=Google Inc.:Google APIs:16
|
||||||
|
|||||||
1
exception_handler_library
Submodule
1
exception_handler_library
Submodule
Submodule exception_handler_library added at ab75dd3bb1
1
location_library
Submodule
1
location_library
Submodule
Submodule location_library added at fc6baf35e1
Reference in New Issue
Block a user