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