Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Fix minor bugs provoked for renaming some folders
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmdev committed May 7, 2015
1 parent 0fe3c5a commit 347c6dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion demo/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry combineaccessrules="false" kind="src" path="/aFileDialog"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion demo/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

# Project target.
target=android-10
android.library.reference.1=..\\Codigo
android.library.reference.1=../library
2 changes: 1 addition & 1 deletion library/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# project structure.

# Project target.
target=android-8
target=android-10
android.library=true

0 comments on commit 347c6dd

Please sign in to comment.