From 6b9cbdef84c0e79d58571e4dcac436e370e0b1df Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sat, 30 Aug 2014 11:29:50 -0400 Subject: [PATCH] Import to intelij, started updating to use maps v2 --- ExceptionHandlerLib/.classpath | 1 + ExceptionHandlerLib/ExceptionHandlerLib.iml | 30 +++++++++++++++++++++ ExceptionHandlerLib/project.properties | 2 +- 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 ExceptionHandlerLib/ExceptionHandlerLib.iml diff --git a/ExceptionHandlerLib/.classpath b/ExceptionHandlerLib/.classpath index a4763d1..bb0c759 100644 --- a/ExceptionHandlerLib/.classpath +++ b/ExceptionHandlerLib/.classpath @@ -4,5 +4,6 @@ + diff --git a/ExceptionHandlerLib/ExceptionHandlerLib.iml b/ExceptionHandlerLib/ExceptionHandlerLib.iml new file mode 100644 index 0000000..e7118ec --- /dev/null +++ b/ExceptionHandlerLib/ExceptionHandlerLib.iml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ExceptionHandlerLib/project.properties b/ExceptionHandlerLib/project.properties index 616f300..0e58ae1 100644 --- a/ExceptionHandlerLib/project.properties +++ b/ExceptionHandlerLib/project.properties @@ -9,4 +9,4 @@ android.library=true # Project target. -target=android-16 +target=android-17