From 347c6dde45e8e457d131fc1019619e60704ea21f Mon Sep 17 00:00:00 2001 From: jfmdev Date: Thu, 7 May 2015 09:59:56 +0000 Subject: [PATCH] Fix minor bugs provoked for renaming some folders --- demo/.classpath | 1 - demo/project.properties | 2 +- library/project.properties | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/demo/.classpath b/demo/.classpath index df544a7..5176974 100644 --- a/demo/.classpath +++ b/demo/.classpath @@ -5,6 +5,5 @@ - diff --git a/demo/project.properties b/demo/project.properties index 9ee7d91..3afd61d 100644 --- a/demo/project.properties +++ b/demo/project.properties @@ -9,4 +9,4 @@ # Project target. target=android-10 -android.library.reference.1=..\\Codigo +android.library.reference.1=../library diff --git a/library/project.properties b/library/project.properties index a2de03e..f9e4d0b 100644 --- a/library/project.properties +++ b/library/project.properties @@ -8,5 +8,5 @@ # project structure. # Project target. -target=android-8 +target=android-10 android.library=true